summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-c200.h10
-rw-r--r--firmware/export/config-e200.h11
2 files changed, 11 insertions, 10 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index d4c594a..dfb6887 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -110,11 +110,6 @@
/* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE
-#ifndef BOOTLOADER
-#define HAVE_MULTIVOLUME
-#define HAVE_HOTSWAP
-#endif
-
#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
@@ -156,6 +151,11 @@
/* #define USB_IPODSTYLE */
+#ifndef BOOTLOADER
+#define HAVE_MULTIVOLUME
+#define HAVE_HOTSWAP
+#endif
+
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index 2528cc0..5e9103b 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -104,11 +104,6 @@
/* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE
-#ifndef BOOTLOADER
-#define HAVE_MULTIVOLUME
-#define HAVE_HOTSWAP
-#endif
-
#define BATTERY_CAPACITY_DEFAULT 750 /* default battery capacity */
#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 750 /* max. capacity selectable */
@@ -148,6 +143,11 @@
#define FIRMWARE_OFFSET_FILE_CRC 0x0
#define FIRMWARE_OFFSET_FILE_DATA 0x8
+#ifndef BOOTLOADER
+#define HAVE_MULTIVOLUME
+#define HAVE_HOTSWAP
+#endif
+
/* #define USB_IPODSTYLE */
/* USB On-the-go */
@@ -158,6 +158,7 @@
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
+
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL