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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 71f730d2c5..7203eb820a 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -58,6 +58,9 @@
58#include "ata_mmc.h" 58#include "ata_mmc.h"
59#endif 59#endif
60#include "logfdisp.h" 60#include "logfdisp.h"
61#if defined(IRIVER_H100) && !defined(SIMULATOR)
62extern bool pcm_rec_screen(void);
63#endif
61 64
62/*---------------------------------------------------*/ 65/*---------------------------------------------------*/
63/* SPECIAL DEBUG STUFF */ 66/* SPECIAL DEBUG STUFF */
@@ -1800,6 +1803,9 @@ bool debug_menu(void)
1800#ifdef HAVE_ADJUSTABLE_CPU_FREQ 1803#ifdef HAVE_ADJUSTABLE_CPU_FREQ
1801 { "CPU frequency", dbg_cpufreq }, 1804 { "CPU frequency", dbg_cpufreq },
1802#endif 1805#endif
1806#if defined(IRIVER_H100) && !defined(SIMULATOR)
1807 { "PCM recording", pcm_rec_screen },
1808#endif
1803#if CONFIG_CPU == SH7034 1809#if CONFIG_CPU == SH7034
1804#ifdef HAVE_LCD_BITMAP 1810#ifdef HAVE_LCD_BITMAP
1805#ifdef HAVE_RTC 1811#ifdef HAVE_RTC