Reorder BIS menu options

This commit is contained in:
Such Meme, Many Skill
2020-03-19 16:17:36 +01:00
parent 4e1368faaf
commit d5c23ebf96
3 changed files with 4 additions and 19 deletions

View File

@@ -55,8 +55,7 @@ enum mainmenu_tools_return {
TOOLS_DISPLAY_GPIO,
TOOLS_DUMPFIRMWARE,
TOOLS_DUMPUSERSAVE,
TOOLS_DUMP_BOOT,
TOOLS_RESTORE_BOOT
TOOLS_DUMP_BOOT
};
extern menu_entry mainmenu_tools[];