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 @@ #define CONFIG_LCD LCD_C200 #ifndef BOOTLOADER -#define HAVE_MULTIVOLUME +#define HAVE_MULTIDRIVE +#define NUM_DRIVES 2 #define HAVE_HOTSWAP #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 @@ #define FIRMWARE_OFFSET_FILE_DATA 0x8 #ifndef BOOTLOADER -#define HAVE_MULTIVOLUME +#define HAVE_MULTIDRIVE +#define NUM_DRIVES 2 #define HAVE_HOTSWAP #endif