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 @@
57#ifdef HAVE_MMC 57#ifdef HAVE_MMC
58#include "ata_mmc.h" 58#include "ata_mmc.h"
59#endif 59#endif
60#include "logfdisp.h"
60 61
61#ifdef IRIVER_H100 62#ifdef IRIVER_H100
62#include "uda1380.h" 63#include "uda1380.h"
@@ -2047,6 +2048,9 @@ bool debug_menu(void)
2047#ifdef CONFIG_TUNER 2048#ifdef CONFIG_TUNER
2048 { "FM Radio", dbg_fm_radio }, 2049 { "FM Radio", dbg_fm_radio },
2049#endif 2050#endif
2051#ifdef ROCKBOX_HAS_LOGF
2052 {"logf", logfdisplay },
2053#endif
2050 }; 2054 };
2051 2055
2052 m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL, 2056 m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL,