From 5b3ceca69d5432f976ac487c63a75f8c6275028b Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 11 Jan 2022 18:05:00 -0700 Subject: Memory freeing is optimized Fixed Uart Bug temporarily --- src/sys/timer.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sys') diff --git a/src/sys/timer.c b/src/sys/timer.c index d35ef83..4ccdf5d 100644 --- a/src/sys/timer.c +++ b/src/sys/timer.c @@ -8,9 +8,6 @@ #include #include -/// Cycles Per Second -#define CPS 100 - #define SYS_TIMER_C static unsigned long exe_cnt = 0; struct Mutex exe_cnt_m = {.addr = &exe_cnt, .pid = NULL_PID}; -- cgit v1.2.1