summaryrefslogtreecommitdiff
path: root/bootloader/x1000/recovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/x1000/recovery.c')
-rw-r--r--bootloader/x1000/recovery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/x1000/recovery.c b/bootloader/x1000/recovery.c
index c53fa376b9..e6cc041d99 100644
--- a/bootloader/x1000/recovery.c
+++ b/bootloader/x1000/recovery.c
@@ -68,6 +68,7 @@ static const struct menuitem debug_menu_items[] = {
68#ifdef HAVE_SCREENDUMP 68#ifdef HAVE_SCREENDUMP
69 {MENUITEM_ACTION, "Enable screenshots", &screenshot_enable}, 69 {MENUITEM_ACTION, "Enable screenshots", &screenshot_enable},
70#endif 70#endif
71 {MENUITEM_ACTION, "Flash info", &show_flash_info},
71#ifdef OF_PLAYER_ADDR 72#ifdef OF_PLAYER_ADDR
72 {MENUITEM_ACTION, "Dump OF player", &dump_of_player}, 73 {MENUITEM_ACTION, "Dump OF player", &dump_of_player},
73#endif 74#endif