summaryrefslogtreecommitdiffstats
path: root/bsps/lm32/shared/clock/ckinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/lm32/shared/clock/ckinit.c')
-rw-r--r--bsps/lm32/shared/clock/ckinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/lm32/shared/clock/ckinit.c b/bsps/lm32/shared/clock/ckinit.c
index f4bd395eb6..84220b2606 100644
--- a/bsps/lm32/shared/clock/ckinit.c
+++ b/bsps/lm32/shared/clock/ckinit.c
@@ -59,7 +59,7 @@ static inline void clockwrite(unsigned int reg, int value)
#define CLOCK_VECTOR ( TIMER0_IRQ )
#define CLOCK_IRQMASK ( 1 << CLOCK_VECTOR )
-#define Clock_driver_support_at_tick() \
+#define Clock_driver_support_at_tick(arg) \
do { \
/* Clear overflow flag */ \
clockwrite(LM32_CLOCK_SR, 0); \