summaryrefslogtreecommitdiff
path: root/firmware/export/config-e200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-e200.h')
-rw-r--r--firmware/export/config-e200.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 2528cc0760..5e9103b002 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -104,11 +104,6 @@
104/* define this if you have a flash memory storage */ 104/* define this if you have a flash memory storage */
105#define HAVE_FLASH_STORAGE 105#define HAVE_FLASH_STORAGE
106 106
107#ifndef BOOTLOADER
108#define HAVE_MULTIVOLUME
109#define HAVE_HOTSWAP
110#endif
111
112#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 107#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
113#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 108#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
114#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 109#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
@@ -148,6 +143,11 @@
148#define FIRMWARE_OFFSET_FILE_CRC 0x0 143#define FIRMWARE_OFFSET_FILE_CRC 0x0
149#define FIRMWARE_OFFSET_FILE_DATA 0x8 144#define FIRMWARE_OFFSET_FILE_DATA 0x8
150 145
146#ifndef BOOTLOADER
147#define HAVE_MULTIVOLUME
148#define HAVE_HOTSWAP
149#endif
150
151/* #define USB_IPODSTYLE */ 151/* #define USB_IPODSTYLE */
152 152
153/* USB On-the-go */ 153/* USB On-the-go */
@@ -158,6 +158,7 @@
158#define USBSTACK_CAPS CONTROLLER_DEVICE 158#define USBSTACK_CAPS CONTROLLER_DEVICE
159*/ 159*/
160 160
161
161/* Virtual LED (icon) */ 162/* Virtual LED (icon) */
162#define CONFIG_LED LED_VIRTUAL 163#define CONFIG_LED LED_VIRTUAL
163 164