summaryrefslogtreecommitdiff
path: root/firmware/export/config/gigabeats.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r--firmware/export/config/gigabeats.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h
index 8d82b44065..edf76d0e98 100644
--- a/firmware/export/config/gigabeats.h
+++ b/firmware/export/config/gigabeats.h
@@ -121,7 +121,6 @@
121/* Define this if you have a SI4700 fm radio tuner */ 121/* Define this if you have a SI4700 fm radio tuner */
122#define CONFIG_TUNER SI4700 122#define CONFIG_TUNER SI4700
123#define HAVE_RDS_CAP 123#define HAVE_RDS_CAP
124#define CONFIG_RDS (RDS_CFG_ISR | RDS_CFG_PROCESS)
125 124
126/* define this if you can flip your LCD */ 125/* define this if you can flip your LCD */
127#define HAVE_LCD_FLIP 126#define HAVE_LCD_FLIP
@@ -164,7 +163,7 @@
164#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS) 163#define GPIO_EVENT_MASK (USE_GPIO1_EVENTS)
165 164
166/* Define this if target has an additional number of threads specific to it */ 165/* Define this if target has an additional number of threads specific to it */
167#define TARGET_EXTRA_THREADS 1 166#define TARGET_EXTRA_THREADS 2 /* one is for RDS */
168 167
169/* Type of mobile power - check this out */ 168/* Type of mobile power - check this out */
170#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */ 169#define BATTERY_CAPACITY_DEFAULT 700 /* default battery capacity */