summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipplus.h')
-rw-r--r--firmware/export/config/sansaclipplus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 3108bace61..e0df0c28c3 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -17,6 +17,9 @@
17 17
18#ifndef BOOTLOADER 18#ifndef BOOTLOADER
19#define HAVE_HOTSWAP 19#define HAVE_HOTSWAP
20#define HAVE_RDS_CAP
21#define CONFIG_RDS (RDS_CFG_POLL | RDS_CFG_PROCESS)
22#define CONFIG_RDS_POLL_TICKS 4
20#endif 23#endif
21 24
22#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 25#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
@@ -146,6 +149,9 @@
146/* define this if the flash memory uses the SecureDigital Memory Card protocol */ 149/* define this if the flash memory uses the SecureDigital Memory Card protocol */
147#define CONFIG_STORAGE STORAGE_SD 150#define CONFIG_STORAGE STORAGE_SD
148 151
152/* Define this if target has an additional number of threads specific to it */
153#define TARGET_EXTRA_THREADS 1 /* RDS thread */
154
149#define BATTERY_CAPACITY_DEFAULT 290 /* default battery capacity */ 155#define BATTERY_CAPACITY_DEFAULT 290 /* default battery capacity */
150#define BATTERY_CAPACITY_MIN 290 /* min. capacity selectable */ 156#define BATTERY_CAPACITY_MIN 290 /* min. capacity selectable */
151#define BATTERY_CAPACITY_MAX 290 /* max. capacity selectable */ 157#define BATTERY_CAPACITY_MAX 290 /* max. capacity selectable */