Fix: Check for bootmenu keys in bootloader

This commit is contained in:
d0k3 2017-09-25 00:50:16 +02:00
parent 5d9ed651cb
commit d847944462

View File

@ -1703,7 +1703,7 @@ u32 GodMode(bool is_b9s) {
}
#ifndef AL3X10MODE
bootmenu = bootloader && CheckButton(BOOTMENU_KEY); // second check for boot menu keys
bootmenu = bootmenu || (bootloader && CheckButton(BOOTMENU_KEY)); // second check for boot menu keys
while (HID_STATE & BUTTON_ANY); // don't continue while any button is held
#endif
while (timer_msec( timer ) < 500); // show splash for at least 0.5 sec