Uncomment microseconds_init() for the time being because it interferes with the PIT channel of the watchdog.
This commit is contained in:
@@ -64,5 +64,5 @@ void InitPeripherals(void)
|
||||
InitI2cWatchdog();
|
||||
#endif
|
||||
EEPROM_Init();
|
||||
microseconds_init();
|
||||
//microseconds_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user