From 22b2957d4610f201bd2d365d42de285478093c01 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Sun, 13 Feb 2022 14:11:24 -0700 Subject: Recreated status board --- src/sys/core.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sys') 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 -- cgit v1.2.1