Uncomment microseconds_init() for the time being because it interferes with the PIT channel of the watchdog.

This commit is contained in:
László Monda
2017-08-19 12:07:20 +02:00
parent f7bc6a8f82
commit 0751d4075a

View File

@@ -64,5 +64,5 @@ void InitPeripherals(void)
InitI2cWatchdog();
#endif
EEPROM_Init();
microseconds_init();
//microseconds_init();
}