diff options
Diffstat (limited to 'testex/STM32/STM32F4xx/SPI-LIS302DL')
-rw-r--r-- | testex/STM32/STM32F4xx/SPI-LIS302DL/chconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/SPI-LIS302DL/chconf.h b/testex/STM32/STM32F4xx/SPI-LIS302DL/chconf.h index 4f58bf9e4..8227506c6 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS302DL/chconf.h +++ b/testex/STM32/STM32F4xx/SPI-LIS302DL/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.*/ \
}
|