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(); }