summaryrefslogtreecommitdiff
path: root/firmware/export/config/xduoox20.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-01 12:53:42 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-01 12:55:52 -0400
commit6d47dc9a8860a17a9e630b8662f33df63011bad9 (patch)
tree53f3a7ad38fa0f739b366b4f98dd40eb90921f4d /firmware/export/config/xduoox20.h
parente43726df2cd1cb8275234d60b818d417cfe730b5 (diff)
downloadrockbox-6d47dc9a8860a17a9e630b8662f33df63011bad9.tar.gz
rockbox-6d47dc9a8860a17a9e630b8662f33df63011bad9.zip
fix some of the red introduced in e43726d
Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad
Diffstat (limited to 'firmware/export/config/xduoox20.h')
-rw-r--r--firmware/export/config/xduoox20.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h
index 5da5ee00f3..28a19baaae 100644
--- a/firmware/export/config/xduoox20.h
+++ b/firmware/export/config/xduoox20.h
@@ -17,9 +17,6 @@
17#define CONFIG_PLATFORM (PLATFORM_HOSTED) 17#define CONFIG_PLATFORM (PLATFORM_HOSTED)
18#endif 18#endif
19 19
20
21
22
23/* define this if you have a colour LCD */ 20/* define this if you have a colour LCD */
24#define HAVE_LCD_COLOR 21#define HAVE_LCD_COLOR
25 22
@@ -84,6 +81,7 @@
84/* We have usb power and can detect usb but it is handled by Linux */ 81/* We have usb power and can detect usb but it is handled by Linux */
85#define HAVE_USB_POWER 82#define HAVE_USB_POWER
86 83
84#define AUDIOHW_HAVE_SET_OUTPUT
87#endif 85#endif
88 86
89#define CONFIG_BATTERY_MEASURE PERCENTAGE_MEASURE 87#define CONFIG_BATTERY_MEASURE PERCENTAGE_MEASURE
@@ -119,8 +117,6 @@
119/* HW codec is flexible */ 117/* HW codec is flexible */
120#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 118#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
121 119
122#define AUDIOHW_HAVE_SET_OUTPUT
123
124/* Battery */ 120/* Battery */
125#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */ 121#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */
126#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */ 122#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */