Delete I2C_WATCHDOG and always enable the watchdog.
This commit is contained in:
@@ -3,6 +3,4 @@
|
||||
|
||||
// Macros:
|
||||
|
||||
#define I2C_WATCHDOG
|
||||
|
||||
#endif
|
||||
|
||||
@@ -144,9 +144,7 @@ void InitPeripherals(void)
|
||||
initI2c();
|
||||
InitTestLed();
|
||||
LedPwm_Init();
|
||||
#ifdef I2C_WATCHDOG
|
||||
InitI2cWatchdog();
|
||||
#endif
|
||||
InitKeyDebouncer();
|
||||
EEPROM_Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user