aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-02 22:26:39 -0700
committerChristian Cunningham <cc@localhost>2022-03-02 22:26:39 -0700
commit0cc8a95a7a234c24f724454af831239842d6ca92 (patch)
treec098d233e18dd52758eff18a2e9654f94c27e347
parent4c74418b1d97b2e9f7daeea365d5018db199fca7 (diff)
Remove old text
-rw-r--r--src/cpu/irq.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/irq.c b/src/cpu/irq.c
index e2a6773..d9d50d8 100644
--- a/src/cpu/irq.c
+++ b/src/cpu/irq.c
@@ -40,11 +40,9 @@ void c_irq_handler(void)
write_cntv_tval(cntfrq/CPS);
enablecntv();
draw_cstring(0, 3, "TIMER", 0x00FF00);
- draw_string(0, 3, ": ");
} else {
disablecntv();
draw_cstring(0, 3, "TIMER", 0xFF0000);
- draw_string(0, 3, ": ");
}
}
// Add task to handle the data