missing jump to openblt command

This commit is contained in:
Matthew Kennedy 2023-10-17 13:25:15 -07:00
parent 1638f0177d
commit 681e8a2db5
1 changed files with 4 additions and 0 deletions

View File

@ -191,6 +191,10 @@ void runRusEfi() {
addConsoleAction(CMD_REBOOT, scheduleReboot);
addConsoleAction(CMD_REBOOT_DFU, jump_to_bootloader);
#if EFI_USE_OPENBLT
addConsoleAction(CMD_REBOOT_OPENBLT, jump_to_openblt);
#endif
/**
* we need to initialize table objects before default configuration can set values
*/