Disable the watchdog of the left half because for some reason it makes I2C recovery less reliable.

This commit is contained in:
László Monda
2017-09-30 20:54:27 +02:00
parent b87042a44a
commit 894103a944

View File

@@ -112,5 +112,5 @@ void InitPeripherals(void)
InitTestLed();
LedPwm_Init();
InitI2c();
InitI2cWatchdog();
// InitI2cWatchdog();
}