summaryrefslogtreecommitdiffstats
path: root/bsps/mips/rbtx4925/clock/clockdrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/mips/rbtx4925/clock/clockdrv.c')
-rw-r--r--bsps/mips/rbtx4925/clock/clockdrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/mips/rbtx4925/clock/clockdrv.c b/bsps/mips/rbtx4925/clock/clockdrv.c
index 7cbf41b963..0a71c8647f 100644
--- a/bsps/mips/rbtx4925/clock/clockdrv.c
+++ b/bsps/mips/rbtx4925/clock/clockdrv.c
@@ -61,7 +61,7 @@
rtems_interrupt_handler_install( CLOCK_VECTOR, "clock", 0, _new, NULL )
-#define Clock_driver_support_at_tick() \
+#define Clock_driver_support_at_tick(arg) \
do { \
uint32_t interrupt_flag; \
do { \