From 31eda597200bccbfa47dbe05f3f3735590c83a13 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 22 Feb 2010 02:42:58 +0000 Subject: as3525v2: build normal firmware properly (Clipv2/+) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24840 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansaclipv2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config/sansaclipv2.h') diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 513b093f2f..26c54a4509 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -24,7 +24,7 @@ /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ -#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) +#define INPUT_SRC_CAPS (SRC_CAP_MIC /*| SRC_CAP_FMRADIO*/) /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP @@ -122,7 +122,7 @@ #define AB_REPEAT_ENABLE 1 /* FM Tuner */ -#define CONFIG_TUNER SI4700 /* in fact SI4702 */ +//#define CONFIG_TUNER SI4700 /* in fact SI4702 */ //#define HAVE_TUNER_PWR_CTRL /* Define this for LCD backlight available */ -- cgit v1.2.3