summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/xduoox3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index 3262917d2c..6a7f33c842 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -81,9 +81,6 @@
81/* Define this if you do software codec */ 81/* Define this if you do software codec */
82#define CONFIG_CODEC SWCODEC 82#define CONFIG_CODEC SWCODEC
83 83
84/* Define this for LCD backlight available */
85#define HAVE_BACKLIGHT
86
87#ifndef BOOTLOADER 84#ifndef BOOTLOADER
88/* define this if you have a real-time clock */ 85/* define this if you have a real-time clock */
89#define CONFIG_RTC RTC_JZ4760 86#define CONFIG_RTC RTC_JZ4760
@@ -129,6 +126,7 @@
129#define CONFIG_STORAGE (STORAGE_SD /* | STORAGE_NAND */) 126#define CONFIG_STORAGE (STORAGE_SD /* | STORAGE_NAND */)
130 127
131#define HAVE_MULTIDRIVE 128#define HAVE_MULTIDRIVE
129#define CONFIG_STORAGE_MULTI
132#define NUM_DRIVES 2 130#define NUM_DRIVES 2
133 131
134/* Define this if media can be exchanged on the fly */ 132/* Define this if media can be exchanged on the fly */