aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR/TEST-SUITE-RT/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR/TEST-SUITE-RT/chconf.h')
-rw-r--r--demos/AVR/TEST-SUITE-RT/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/TEST-SUITE-RT/chconf.h b/demos/AVR/TEST-SUITE-RT/chconf.h
index ffc6a66b2..8af2e88e8 100644
--- a/demos/AVR/TEST-SUITE-RT/chconf.h
+++ b/demos/AVR/TEST-SUITE-RT/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.*/ \
}