mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-11 18:29:22 -07:00
style
This commit is contained in:
+1
-1
@@ -434,7 +434,7 @@ static bool check_goto_flash_mode(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Checked whatever the button did
|
// 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)) {
|
if ((g_common_area.command == COMMON_AREA_COMMAND_ENTER_FLASH_MODE) || (*_osimage_entry == 0xffffffffU)) {
|
||||||
to_flash_mode = true;
|
to_flash_mode = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user