From 894103a9445b85cb87a30899e6a883ce5a637925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 30 Sep 2017 20:54:27 +0200 Subject: [PATCH] Disable the watchdog of the left half because for some reason it makes I2C recovery less reliable. --- left/src/init_peripherals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/left/src/init_peripherals.c b/left/src/init_peripherals.c index 2e4045e..bed39c4 100644 --- a/left/src/init_peripherals.c +++ b/left/src/init_peripherals.c @@ -112,5 +112,5 @@ void InitPeripherals(void) InitTestLed(); LedPwm_Init(); InitI2c(); - InitI2cWatchdog(); +// InitI2cWatchdog(); }