Delete I2C_WATCHDOG and always enable the watchdog.

This commit is contained in:
László Monda
2018-04-28 15:04:56 +02:00
parent 69143bed9c
commit b97841fdae
2 changed files with 0 additions and 4 deletions

View File

@@ -144,9 +144,7 @@ void InitPeripherals(void)
initI2c();
InitTestLed();
LedPwm_Init();
#ifdef I2C_WATCHDOG
InitI2cWatchdog();
#endif
InitKeyDebouncer();
EEPROM_Init();
}