summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/timer.h')
-rw-r--r--firmware/export/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/timer.h b/firmware/export/timer.h
index 678d9ad8c6..7b56330e18 100644
--- a/firmware/export/timer.h
+++ b/firmware/export/timer.h
@@ -41,7 +41,7 @@
41 #define TIMER_FREQ CPU_FREQ 41 #define TIMER_FREQ CPU_FREQ
42#endif 42#endif
43bool timer_register(int reg_prio, void (*unregister_callback)(void), 43bool timer_register(int reg_prio, void (*unregister_callback)(void),
44 long cycles, int int_prio, void (*timer_callback)(void) 44 long cycles, void (*timer_callback)(void)
45 IF_COP(,int core)); 45 IF_COP(,int core));
46bool timer_set_period(long cycles); 46bool timer_set_period(long cycles);
47#ifdef CPU_COLDFIRE 47#ifdef CPU_COLDFIRE