From 6e7f93d6a09865937dde1124a6c3f36eebcd9d82 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 4 Feb 2022 16:33:19 -0700 Subject: Move tests to own file --- src/util/status.c | 2 +- src/util/time.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/status.c b/src/util/status.c index 155f016..4959431 100644 --- a/src/util/status.c +++ b/src/util/status.c @@ -73,7 +73,7 @@ void status(void) } */ // Commands - write_string(&g_Drawer, "\nMonitor: Ctrl-A m Exit: Ctrl-A x Timer: Ctrl-T Restart: Ctrl-R"); + write_string(&g_Drawer, "\nMonitor: Ctrl-A m Exit: Ctrl-A x Timer: Ctrl-T"); // GPU IRQ Statuses write_string(&g_Drawer, "\n"); diff --git a/src/util/time.c b/src/util/time.c index e9e5716..0ae3ccf 100644 --- a/src/util/time.c +++ b/src/util/time.c @@ -1,6 +1,8 @@ #include #include +// CCNT - Cycle Timer (Close to ns resolution) + void routing_core0cntv_to_core0fiq(void) { store32(0x80, CORE0_TIMER_IRQCNTL); -- cgit v1.2.1