From 3a8ed19bf83f11ff00c4904fab2cc083b7e33478 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 5 Jan 2022 14:01:29 -0800 Subject: Cleaned up/ Standardized --- src/sys/timer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sys/timer.c') diff --git a/src/sys/timer.c b/src/sys/timer.c index 9419f80..3753561 100644 --- a/src/sys/timer.c +++ b/src/sys/timer.c @@ -9,8 +9,6 @@ /// Cycles Per Second #define CPS 10 -extern char* os_info_v; - #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