aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-03 09:56:40 -0700
committerChristian Cunningham <cc@localhost>2021-12-03 09:56:40 -0700
commit18b60c587559903f210596f1272052262af5eb9a (patch)
tree33e355aa0157403408b4a562b8349070492500b4 /src
parentc06fb44b7f63bbb94523f0f4d2908d34d22b94c2 (diff)
Added space for clarity
Diffstat (limited to 'src')
-rw-r--r--src/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.c b/src/lib.c
index 2d8a596..d6a5c9e 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -100,7 +100,7 @@ void chk_irq_stat() {
if (ib_val & (1<<0)) {
uart_string(irq_on);
// Output the frequency
- uart_string((char*)" w/ CNTFRQ : ");
+ uart_string((char*)" w/ CNTFRQ : ");
cntfrq = read_cntfrq();
uart_hexn(cntfrq);
} else {