diff --git a/source/utils.c b/source/utils.c index b4e2d42..3addfc8 100644 --- a/source/utils.c +++ b/source/utils.c @@ -61,7 +61,7 @@ void mcuReboot(void) //Ensure that all memory transfers have completed and that the data cache has been flushed flushEntireDCache(); - i2cWriteRegister(I2C_DEV_MCU, 0x20, 1 << 2); + i2cWriteRegister(I2C_DEV_MCU, 0x20, 1 << 1); while(true); }