mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-22 19:15:43 +00:00
menu turn off
This commit is contained in:
parent
9e3f434754
commit
feac5181e7
@ -83,10 +83,10 @@ workflow_result_t workflow_bootloader(const vendor_header *const vhdr,
|
||||
}
|
||||
return WF_ERROR_FATAL;
|
||||
}
|
||||
#ifdef USE_POWERCTL
|
||||
#ifdef USE_POWERCTL
|
||||
if (menu_result == MENU_TURN_OFF) {
|
||||
powerctl_hibernate();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
case SCREEN_WAIT_FOR_HOST:
|
||||
|
Loading…
Reference in New Issue
Block a user