aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/ATSAMA5D2/SPI/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/ATSAMA5D2/SPI/chconf.h')
-rw-r--r--testhal/ATSAMA5D2/SPI/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/ATSAMA5D2/SPI/chconf.h b/testhal/ATSAMA5D2/SPI/chconf.h
index d6155beea..b0ca2e3bd 100644
--- a/testhal/ATSAMA5D2/SPI/chconf.h
+++ b/testhal/ATSAMA5D2/SPI/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.*/ \
}