diff options
Diffstat (limited to 'src/sys/timer.h')
-rw-r--r-- | src/sys/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/timer.h b/src/sys/timer.h index 76fc015..29dc2dd 100644 --- a/src/sys/timer.h +++ b/src/sys/timer.h @@ -5,6 +5,6 @@ extern struct Mutex exe_cnt_m; #endif -void c_timer(); +void c_timer(void); #endif |