Fix build issue

This commit is contained in:
TuxSH 2016-08-03 23:27:58 +02:00
parent df30a2a320
commit fe31114779

View File

@ -70,14 +70,6 @@ void mcuPowerOff(void)
while(true); while(true);
} }
void mcuPowerOff(void)
{
flushEntireDCache(); //Ensure that all memory transfers have completed and that the data cache has been flushed
i2cWriteRegister(I2C_DEV_MCU, 0x20, 1 << 0);
while(1);
}
//TODO: add support for TIMER IRQ //TODO: add support for TIMER IRQ
static inline void startChrono(u64 initialTicks) static inline void startChrono(u64 initialTicks)
{ {