aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.h
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-12-24 15:21:54 -0800
committerChristian Cunningham <cc@localhost>2021-12-24 15:21:54 -0800
commit3a366988a0077474075d8f33ad76514d2fa0c5d6 (patch)
tree7aa293e59bee8308825e029069d395c628d230cd /src/sys/timer.h
parentd44bf5acb015edaeacc022f423bae4743b868f53 (diff)
Standardized Formatting
Diffstat (limited to 'src/sys/timer.h')
-rw-r--r--src/sys/timer.h2
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