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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 044e5f73e3..5f4e67f537 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -57,6 +57,7 @@
#ifdef HAVE_MMC
#include "ata_mmc.h"
#endif
+#include "logfdisp.h"
#ifdef IRIVER_H100
#include "uda1380.h"
@@ -2047,6 +2048,9 @@ bool debug_menu(void)
#ifdef CONFIG_TUNER
{ "FM Radio", dbg_fm_radio },
#endif
+#ifdef ROCKBOX_HAS_LOGF
+ {"logf", logfdisplay },
+#endif
};
m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL,