From fe31114779e4fac91c6e7b3706a3e019a5c99e52 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Wed, 3 Aug 2016 23:27:58 +0200 Subject: [PATCH] Fix build issue --- source/utils.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/utils.c b/source/utils.c index de7761c..f180ecd 100644 --- a/source/utils.c +++ b/source/utils.c @@ -70,14 +70,6 @@ void mcuPowerOff(void) 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 static inline void startChrono(u64 initialTicks) {