diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 95b9aa8..9d449d7 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -60,7 +60,7 @@ #ifdef HAVE_MMC #include "ata_mmc.h" #endif -#ifdef CONFIG_TUNER +#if CONFIG_TUNER #include "tuner.h" #include "radio.h" #endif @@ -1986,7 +1986,7 @@ static bool dbg_save_roms(void) #endif /* CPU */ #ifndef SIMULATOR -#ifdef CONFIG_TUNER +#if CONFIG_TUNER static bool dbg_fm_radio(void) { char buf[32]; @@ -2357,7 +2357,7 @@ bool debug_menu(void) #endif /* PM_DEBUG */ #endif /* HAVE_LCD_BITMAP */ #ifndef SIMULATOR -#ifdef CONFIG_TUNER +#if CONFIG_TUNER { "FM Radio", dbg_fm_radio }, #endif #endif |