Define I2C_WATCHDOG_VALUE_REINIT and I2C_WATCHDOG_VALUE_REBOOT and make them work when assigned to I2C_WATCHDOG.

This commit is contained in:
László Monda
2017-12-27 17:07:04 +01:00
parent c51542795f
commit 43587c2e1f
6 changed files with 15 additions and 20 deletions

View File

@@ -88,7 +88,4 @@ void InitPeripherals(void)
LedPwm_Init();
DebugOverSpi_Init();
InitI2c();
#if KEY_USE_I2C_WATCHDOG_TIMER
InitI2cWatchdog();
#endif
}