summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-c200.h')
-rw-r--r--firmware/export/config-c200.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index d4c594a91e..dfb688719f 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -110,11 +110,6 @@
110/* define this if you have a flash memory storage */ 110/* define this if you have a flash memory storage */
111#define HAVE_FLASH_STORAGE 111#define HAVE_FLASH_STORAGE
112 112
113#ifndef BOOTLOADER
114#define HAVE_MULTIVOLUME
115#define HAVE_HOTSWAP
116#endif
117
118#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */ 113#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
119#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ 114#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
120#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */ 115#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
@@ -156,6 +151,11 @@
156 151
157/* #define USB_IPODSTYLE */ 152/* #define USB_IPODSTYLE */
158 153
154#ifndef BOOTLOADER
155#define HAVE_MULTIVOLUME
156#define HAVE_HOTSWAP
157#endif
158
159/* USB On-the-go */ 159/* USB On-the-go */
160#define CONFIG_USBOTG USBOTG_ARC 160#define CONFIG_USBOTG USBOTG_ARC
161 161