diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2012-01-09 05:23:25 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2012-01-09 05:23:25 +0000 |
| commit | 5093e68e65297c5a950b2c182c74159c4f65d447 (patch) | |
| tree | e355d8c99dd556d516c4a95be073c150eb290d5d | |
| parent | 36613d57fadbd7204bba6dbc7962976ad039655d (diff) | |
| download | rockbox-5093e68e65297c5a950b2c182c74159c4f65d447.zip rockbox-5093e68e65297c5a950b2c182c74159c4f65d447.tar.gz rockbox-5093e68e65297c5a950b2c182c74159c4f65d447.tar.bz2 rockbox-5093e68e65297c5a950b2c182c74159c4f65d447.tar.xz | |
Fix Clip Zip bootloader build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31644 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/sansaclipzip.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index 2ddf417..9333e66 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -13,6 +13,7 @@ #define HAVE_MULTIDRIVE #define NUM_DRIVES 2 #define HAVE_HOTSWAP +#define HAVE_RDS_CAP #endif #define HW_SAMPR_CAPS SAMPR_CAP_ALL @@ -33,8 +34,6 @@ explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) -#define HAVE_RDS_CAP - /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP /* define this if you have a colour LCD */ @@ -123,7 +122,6 @@ #define PLUGIN_BUFFER_SIZE 0x80000 #define AB_REPEAT_ENABLE - /* FM Tuner */ #define CONFIG_TUNER SI4700 /* in fact SI4702 */ //#define HAVE_TUNER_PWR_CTRL |