From 73a80de4228a498b483c8e10ab317920d978d507 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 20 Jan 2022 23:22:42 -0700 Subject: Moved globals to file --- include/sys/timer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/sys/timer.h') diff --git a/include/sys/timer.h b/include/sys/timer.h index f11fd17..7120c18 100644 --- a/include/sys/timer.h +++ b/include/sys/timer.h @@ -4,10 +4,6 @@ /// Cycles Per Second #define CPS 100 -#ifndef SYS_TIMER_C -extern struct Mutex exe_cnt_m; -#endif - void c_timer(void); #endif -- cgit v1.2.1