diff options
Diffstat (limited to 'firmware/export/config/sansac200v2.h')
-rw-r--r-- | firmware/export/config/sansac200v2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index e3bb54f164..a51f9e3b00 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -172,9 +172,10 @@ /* Type of LCD : Samsung S6B33B2 */ #define CONFIG_LCD LCD_C200 -#ifndef BOOTLOADER #define HAVE_MULTIDRIVE #define NUM_DRIVES 2 + +#ifndef BOOTLOADER #define HAVE_HOTSWAP #endif /* BOOTLOADER */ |