From 0fa488f00b2155f19f5844fe0522b4bca272baf6 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 10 Aug 2007 11:41:17 +0000 Subject: Correct check for the tuner feature git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14267 a1c6a512-1295-4272-9138-f99709370657 --- apps/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/features.txt b/apps/features.txt index 59d24be13d..a48634f26d 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -88,7 +88,7 @@ multivolume quickscreen #endif -#if defined(CONFIG_TUNER) +#if CONFIG_TUNER != 0 radio #endif -- cgit v1.2.3