aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {