summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config-c200v2.h3
-rw-r--r--firmware/export/config-view.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index 2523a29b24..669bf29560 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -169,7 +169,8 @@
169#define CONFIG_LCD LCD_C200 169#define CONFIG_LCD LCD_C200
170 170
171#ifndef BOOTLOADER 171#ifndef BOOTLOADER
172#define HAVE_MULTIVOLUME 172#define HAVE_MULTIDRIVE
173#define NUM_DRIVES 2
173#define HAVE_HOTSWAP 174#define HAVE_HOTSWAP
174 175
175#define USB_HANDLED_BY_OF 176#define USB_HANDLED_BY_OF
diff --git a/firmware/export/config-view.h b/firmware/export/config-view.h
index 81706844d2..b8f25fe6db 100644
--- a/firmware/export/config-view.h
+++ b/firmware/export/config-view.h
@@ -164,7 +164,8 @@
164#define FIRMWARE_OFFSET_FILE_DATA 0x8 164#define FIRMWARE_OFFSET_FILE_DATA 0x8
165 165
166#ifndef BOOTLOADER 166#ifndef BOOTLOADER
167#define HAVE_MULTIVOLUME 167#define HAVE_MULTIDRIVE
168#define NUM_DRIVES 2
168#define HAVE_HOTSWAP 169#define HAVE_HOTSWAP
169#endif 170#endif
170 171