summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 952586465f..7e20656dc9 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -349,6 +349,7 @@ static bool info_menu(void)
349 static const struct menu_item items[] = { 349 static const struct menu_item items[] = {
350 { ID2P(LANG_INFO_MENU), show_info }, 350 { ID2P(LANG_INFO_MENU), show_info },
351 { ID2P(LANG_VERSION), show_credits }, 351 { ID2P(LANG_VERSION), show_credits },
352 { ID2P(LANG_RUNNING_TIME), view_runtime },
352 { ID2P(LANG_DEBUG), debug_menu }, 353 { ID2P(LANG_DEBUG), debug_menu },
353#ifdef SIMULATOR 354#ifdef SIMULATOR
354 { ID2P(LANG_USB), simulate_usb }, 355 { ID2P(LANG_USB), simulate_usb },