diff options
author | Christian Cunningham <cc@localhost> | 2021-12-27 22:20:20 -0800 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-27 22:20:20 -0800 |
commit | 602739b35d874de509fbe4bb0b5b9b0b754237d9 (patch) | |
tree | 62306c6e27915b42f22ab9dfb51217638e566a67 /src/sys | |
parent | 4ed33f1bd200666d485fb85a6a6dccec4855926e (diff) |
Inlined functions
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/core.c b/src/sys/core.c index 8e54f49..f75ec35 100644 --- a/src/sys/core.c +++ b/src/sys/core.c @@ -39,7 +39,7 @@ void sysinit(void) // Route timer to core0 irq routing_core0cntv_to_core0irq(); // Enable timer - enable_cntv(); + enablecntv(); // Graphics Initialize lfb_init(); |