From a29c31543dfa63056ea49e9f93ca6196d83a72c7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 6 Jun 2005 00:35:49 +0000 Subject: [PATCH] Audio thread debug is only for MAS at the moment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6585 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/debug_menu.c b/apps/debug_menu.c index b861e80ad6..1a6babe468 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -354,7 +354,7 @@ bool dbg_os(void) } #endif -#ifdef HAVE_LCD_BITMAP +#if CONFIG_HWCODEC != MASNONE bool dbg_audio_thread(void) { char buf[32]; @@ -2038,7 +2038,7 @@ bool debug_menu(void) #else { "View disk info", dbg_disk_info }, #endif -#ifdef HAVE_LCD_BITMAP +#if CONFIG_HWCODEC != MASNONE { "View audio thread", dbg_audio_thread }, #ifdef PM_DEBUG { "pm histogram", peak_meter_histogram},