diff options
author | Christian Cunningham <cc@localhost> | 2022-02-13 14:11:24 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-13 14:11:24 -0700 |
commit | 22b2957d4610f201bd2d365d42de285478093c01 (patch) | |
tree | a3cb3e8ea2c82a7cd9128b307abc0a136b119f71 /src/sys | |
parent | 921398936d989aef06be8d869d9162e3d9b294b3 (diff) |
Recreated status board
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sys/core.c b/src/sys/core.c index 9803488..1ee898c 100644 --- a/src/sys/core.c +++ b/src/sys/core.c @@ -32,8 +32,6 @@ void sysinit(void) // Enable UART GPU IRQ store32(1<<25, IRQ_ENABLE2); // Enable Timer - // As an IRQ - store32(1<<0, IRQ_BASIC_ENABLE); // Get the frequency cntfrq = read_cntfrq(); // Clear cntv interrupt and set next 1 second timer |