X-Git-Url: http://rtime.felk.cvut.cz/gitweb/arc.git/blobdiff_plain/edf0070112852ebf7149c44472c27b805da10e27..f5d8715009ce50cefb9293172ee694e97332cf5c:/system/EcuM/EcuM.c diff --git a/system/EcuM/EcuM.c b/system/EcuM/EcuM.c index 5f3cd568..8cc0886d 100644 --- a/system/EcuM/EcuM.c +++ b/system/EcuM/EcuM.c @@ -186,6 +186,10 @@ void EcuM_StartupTwo(void) SchM_Init(); #endif +#if defined(USE_WDGM) + WdgM_SetMode(internal_data.config->EcuMWdgMConfig->EcuMWdgMStartupMode); +#endif + // Initialize drivers that don't need NVRAM data EcuM_AL_DriverInitTwo(internal_data.config);