aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ftl')
-rw-r--r--tools/ftl/processors/conf/chconf_rt/chconf.h.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ftl/processors/conf/chconf_rt/chconf.h.ftl b/tools/ftl/processors/conf/chconf_rt/chconf.h.ftl
index 4b817f3b2..129186f2e 100644
--- a/tools/ftl/processors/conf/chconf_rt/chconf.h.ftl
+++ b/tools/ftl/processors/conf/chconf_rt/chconf.h.ftl
@@ -589,7 +589,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.*/ \
}