summaryrefslogtreecommitdiffstats
path: root/bsps/arm/rtl22xx/clock/clockdrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/rtl22xx/clock/clockdrv.c')
-rw-r--r--bsps/arm/rtl22xx/clock/clockdrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/rtl22xx/clock/clockdrv.c b/bsps/arm/rtl22xx/clock/clockdrv.c
index 0e8fa274a7..53b6a763ee 100644
--- a/bsps/arm/rtl22xx/clock/clockdrv.c
+++ b/bsps/arm/rtl22xx/clock/clockdrv.c
@@ -157,7 +157,7 @@ static int clock_isr_is_on(const rtems_irq_connect_data *irq)
return T0IR & 0x01; /* MR0 mask */
}
-#define Clock_driver_timecounter_tick() lpc22xx_tc_tick()
+#define Clock_driver_timecounter_tick(arg) lpc22xx_tc_tick()
/* Make sure to include this, and only at the end of the file */
#include "../../../shared/dev/clock/clockimpl.h"