From 3a366988a0077474075d8f33ad76514d2fa0c5d6 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Fri, 24 Dec 2021 15:21:54 -0800 Subject: Standardized Formatting --- src/sys/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/timer.h') 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 -- cgit v1.2.1