diff options
author | Christian Cunningham <cc@localhost> | 2022-02-04 16:33:19 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-04 16:33:19 -0700 |
commit | 6e7f93d6a09865937dde1124a6c3f36eebcd9d82 (patch) | |
tree | 085d3b687b4c6175592a4d3cf9b0afdf75503837 /src/util/time.c | |
parent | aaf7667a36a0268de87f1913fd9a87e1cbf7da92 (diff) |
Move tests to own file
Diffstat (limited to 'src/util/time.c')
-rw-r--r-- | src/util/time.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <symbols.h> #include <sys/core.h> +// CCNT - Cycle Timer (Close to ns resolution) + void routing_core0cntv_to_core0fiq(void) { store32(0x80, CORE0_TIMER_IRQCNTL); |