summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzev2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r--firmware/export/config/sansafuzev2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 4caab8464a..b920e4153b 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -21,7 +21,7 @@
21 21
22/* Define bitmask of input sources - recordable bitmask can be defined 22/* Define bitmask of input sources - recordable bitmask can be defined
23 explicitly if different */ 23 explicitly if different */
24#define INPUT_SRC_CAPS (SRC_CAP_MIC /*| SRC_CAP_FMRADIO*/) 24#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
25 25
26/* define this if you have a bitmap LCD display */ 26/* define this if you have a bitmap LCD display */
27#define HAVE_LCD_BITMAP 27#define HAVE_LCD_BITMAP
@@ -117,7 +117,7 @@
117#define AB_REPEAT_ENABLE 1 117#define AB_REPEAT_ENABLE 1
118 118
119/* FM Tuner - suspected to be the SI4702 */ 119/* FM Tuner - suspected to be the SI4702 */
120//#define CONFIG_TUNER SI4700 120#define CONFIG_TUNER SI4700
121/* #define HAVE_TUNER_PWR_CTRL */ 121/* #define HAVE_TUNER_PWR_CTRL */
122 122
123/* Define this for LCD backlight available */ 123/* Define this for LCD backlight available */