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/time.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util/time.c') 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