diff --git a/src/main/drivers/system_stm32f7xx.c b/src/main/drivers/system_stm32f7xx.c index d51fc9800e..6d0471be5f 100644 --- a/src/main/drivers/system_stm32f7xx.c +++ b/src/main/drivers/system_stm32f7xx.c @@ -193,7 +193,7 @@ void checkForBootLoaderRequest(void) { uint32_t bootloaderRequest = persistentObjectRead(PERSISTENT_OBJECT_BOOTLOADER_REQUEST); - persistentObjectWrite(PERSISTENT_OBJECT_BOOTLOADER_REQUEST, 0xCAFEFEED); + persistentObjectWrite(PERSISTENT_OBJECT_BOOTLOADER_REQUEST, 0); if (bootloaderRequest != BOOTLOADER_REQUEST_COOKIE) { return;