summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipzip.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipzip.h')
-rw-r--r--firmware/export/config/sansaclipzip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 1eaa67fed0..1ff41a00ec 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -34,6 +34,8 @@
34 explicitly if different */ 34 explicitly if different */
35#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) 35#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
36 36
37#define HAVE_RDS_CAP
38
37/* define this if you have a bitmap LCD display */ 39/* define this if you have a bitmap LCD display */
38#define HAVE_LCD_BITMAP 40#define HAVE_LCD_BITMAP
39/* define this if you have a colour LCD */ 41/* define this if you have a colour LCD */
@@ -138,6 +140,9 @@
138/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 140/* define this if the flash memory uses the SecureDigital Memory Card protocol */
139#define CONFIG_STORAGE STORAGE_SD 141#define CONFIG_STORAGE STORAGE_SD
140 142
143/* Define this if target has an additional number of threads specific to it */
144#define TARGET_EXTRA_THREADS 1 /* RDS thread */
145
141#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */ 146#define BATTERY_CAPACITY_DEFAULT 300 /* default battery capacity */
142#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ 147#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
143#define BATTERY_CAPACITY_MAX 300 /* max. capacity selectable */ 148#define BATTERY_CAPACITY_MAX 300 /* max. capacity selectable */