summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 1a6babe468..f978bc1a54 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -354,7 +354,7 @@ bool dbg_os(void)
354} 354}
355#endif 355#endif
356 356
357#if CONFIG_HWCODEC != MASNONE 357#if CONFIG_HWCODEC != MASNONE && defined HAVE_LCD_BITMAP
358bool dbg_audio_thread(void) 358bool dbg_audio_thread(void)
359{ 359{
360 char buf[32]; 360 char buf[32];
@@ -2038,7 +2038,7 @@ bool debug_menu(void)
2038#else 2038#else
2039 { "View disk info", dbg_disk_info }, 2039 { "View disk info", dbg_disk_info },
2040#endif 2040#endif
2041#if CONFIG_HWCODEC != MASNONE 2041#if CONFIG_HWCODEC != MASNONE && defined HAVE_LCD_BITMAP
2042 { "View audio thread", dbg_audio_thread }, 2042 { "View audio thread", dbg_audio_thread },
2043#ifdef PM_DEBUG 2043#ifdef PM_DEBUG
2044 { "pm histogram", peak_meter_histogram}, 2044 { "pm histogram", peak_meter_histogram},