aboutsummaryrefslogtreecommitdiff
path: root/include/sys/timer.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-20 23:22:42 -0700
committerChristian Cunningham <cc@localhost>2022-01-20 23:22:42 -0700
commit73a80de4228a498b483c8e10ab317920d978d507 (patch)
treeeea73a138a509d7758ef477d4997cf7147233604 /include/sys/timer.h
parentc2e52566ed53b53227a6fe577a05170766a1ae4c (diff)
Moved globals to file
Diffstat (limited to 'include/sys/timer.h')
-rw-r--r--include/sys/timer.h4
1 files changed, 0 insertions, 4 deletions
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