summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 5f4e67f537..b861e80ad6 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -2050,6 +2050,7 @@ bool debug_menu(void)
2050#endif 2050#endif
2051#ifdef ROCKBOX_HAS_LOGF 2051#ifdef ROCKBOX_HAS_LOGF
2052 {"logf", logfdisplay }, 2052 {"logf", logfdisplay },
2053 {"logfdump", logfdump },
2053#endif 2054#endif
2054 }; 2055 };
2055 2056