aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h')
-rw-r--r--testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h
index 47227d9bc..552a09d99 100644
--- a/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h
+++ b/testhal/STM32/multi/PAL/cfg/stm32f103_olimex/chconf.h
@@ -578,7 +578,7 @@
* @details User initialization code added to the @p chSysInit() function
* just before interrupts are enabled globally.
*/
-#define CH_CFG_SYSTEM_INIT_HOOK(tp) { \
+#define CH_CFG_SYSTEM_INIT_HOOK() { \
/* Add threads initialization code here.*/ \
}