diff options
-rw-r--r-- | firmware/export/config-e200v2.h | 4 | ||||
-rw-r--r-- | firmware/export/config-fuze.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h index f2ba798f58..d144959509 100644 --- a/firmware/export/config-e200v2.h +++ b/firmware/export/config-e200v2.h @@ -96,8 +96,8 @@ #define AB_REPEAT_ENABLE 1 -/* FM Tuner - suspected to be the SI4702, but use SI4700 for now */ -#define CONFIG_TUNER SI4700 +/* FM Tuner - suspected to be the SI4702 */ +//#define CONFIG_TUNER SI4700 /* #define HAVE_TUNER_PWR_CTRL */ /* Define this for LCD backlight available */ diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h index 795047fd75..ceec082298 100644 --- a/firmware/export/config-fuze.h +++ b/firmware/export/config-fuze.h @@ -96,8 +96,8 @@ #define AB_REPEAT_ENABLE 1 -/* FM Tuner - suspected to be the SI4702, but use SI4700 for now */ -#define CONFIG_TUNER SI4700 +/* FM Tuner - suspected to be the SI4702 */ +//#define CONFIG_TUNER SI4700 /* #define HAVE_TUNER_PWR_CTRL */ /* Define this for LCD backlight available */ |