From 0751d4075ad8e28e215e000031e882060f96e3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 19 Aug 2017 12:07:20 +0200 Subject: [PATCH] Uncomment microseconds_init() for the time being because it interferes with the PIT channel of the watchdog. --- right/src/init_peripherals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/init_peripherals.c b/right/src/init_peripherals.c index fc2cee7..f809964 100644 --- a/right/src/init_peripherals.c +++ b/right/src/init_peripherals.c @@ -64,5 +64,5 @@ void InitPeripherals(void) InitI2cWatchdog(); #endif EEPROM_Init(); - microseconds_init(); + //microseconds_init(); }