aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/src
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/src')
-rw-r--r--os/rt/src/chsys.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/rt/src/chsys.c b/os/rt/src/chsys.c
index 034c3e85d..624c478ac 100644
--- a/os/rt/src/chsys.c
+++ b/os/rt/src/chsys.c
@@ -158,6 +158,9 @@ void chSysInit(void) {
chTMStartMeasurementX(&currp->stats);
#endif
+ /* Initialization hook.*/
+ CH_CFG_SYSTEM_INIT_HOOK();
+
/* It is alive now.*/
chSysEnable();