diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 1cccdfb..a7dc764 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -76,7 +76,7 @@ #if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SAMSUNG_YPR0) || defined(SAMSUNG_YPR1) \ || defined(SONY_NWZ_LINUX)) \ - && defined(CONFIG_TUNER) + && CONFIG_TUNER != 0 #include "tuner.h" #include "radio.h" #endif |