diff options
Diffstat (limited to 'src/sys/timer.h')
-rw-r--r-- | src/sys/timer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sys/timer.h b/src/sys/timer.h index 641a581..4774ed4 100644 --- a/src/sys/timer.h +++ b/src/sys/timer.h @@ -1,6 +1,10 @@ #ifndef SYS_TIMER_H #define SYS_TIMER_H +#ifndef TIMER_C +extern struct Mutex exe_cnt_m; +#endif + void c_timer(); #endif |