summaryrefslogtreecommitdiff
path: root/firmware/export/config-fuze.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-fuze.h')
-rw-r--r--firmware/export/config-fuze.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index e79abb19f2..3e5880775b 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -19,8 +19,8 @@
19 19
20/* Define bitmask of input sources - recordable bitmask can be defined 20/* Define bitmask of input sources - recordable bitmask can be defined
21 explicitly if different */ 21 explicitly if different */
22#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
23#endif 22#endif
23#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
24 24
25/* define this if you have a bitmap LCD display */ 25/* define this if you have a bitmap LCD display */
26#define HAVE_LCD_BITMAP 26#define HAVE_LCD_BITMAP
@@ -99,7 +99,7 @@
99#define AB_REPEAT_ENABLE 1 99#define AB_REPEAT_ENABLE 1
100 100
101/* FM Tuner - suspected to be the SI4702 */ 101/* FM Tuner - suspected to be the SI4702 */
102//#define CONFIG_TUNER SI4700 102#define CONFIG_TUNER SI4700
103/* #define HAVE_TUNER_PWR_CTRL */ 103/* #define HAVE_TUNER_PWR_CTRL */
104 104
105/* Define this for LCD backlight available */ 105/* Define this for LCD backlight available */