1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-27 10:22:34 +00:00

fix(core/bootloader): fix reboot trezor when called from waiting for host

[no changelog]
This commit is contained in:
tychovrahe 2025-05-14 08:28:31 +02:00 committed by TychoVrahe
parent 2a7f79e023
commit 048970d059

View File

@ -179,6 +179,7 @@ static screen_t handle_wait_for_host(const vendor_header* vhdr,
break; break;
default: default:
*out_result = menu_result; // final result *out_result = menu_result; // final result
next_screen = SCREEN_DONE;
break; break;
} }
} }