From a7918d5135a1e5f2de962b2954f9e48cda728a74 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 3 Sep 2026 18:30:00 +0200 Subject: [PATCH] style --- bootrom/bootrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootrom/bootrom.c b/bootrom/bootrom.c index 7f18f819c..1c718cdba 100644 --- a/bootrom/bootrom.c +++ b/bootrom/bootrom.c @@ -434,7 +434,7 @@ static bool check_goto_flash_mode(void) { } // Checked whatever the button did - if (!to_flash_mode) { + if (to_flash_mode == false) { if ((g_common_area.command == COMMON_AREA_COMMAND_ENTER_FLASH_MODE) || (*_osimage_entry == 0xffffffffU)) { to_flash_mode = true; }