diff options
author | Christian Cunningham <cc@localhost> | 2021-12-03 09:56:40 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-03 09:56:40 -0700 |
commit | 18b60c587559903f210596f1272052262af5eb9a (patch) | |
tree | 33e355aa0157403408b4a562b8349070492500b4 /src/lib.c | |
parent | c06fb44b7f63bbb94523f0f4d2908d34d22b94c2 (diff) |
Added space for clarity
Diffstat (limited to 'src/lib.c')
-rw-r--r-- | src/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |