From d447fd6ceeda74abded59704247d259e0f710fff Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 24 Nov 2017 07:59:12 +0000 Subject: New hooks added to RT, stronger checks on RT chconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11071 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/src/chsys.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os/rt/src') 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(); -- cgit v1.2.3