summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 1e76bf58d7..96b51f4e12 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -192,9 +192,10 @@
192#define FIRMWARE_OFFSET_FILE_CRC 0x0 192#define FIRMWARE_OFFSET_FILE_CRC 0x0
193#define FIRMWARE_OFFSET_FILE_DATA 0x8 193#define FIRMWARE_OFFSET_FILE_DATA 0x8
194 194
195#ifndef BOOTLOADER
196#define HAVE_MULTIDRIVE 195#define HAVE_MULTIDRIVE
197#define NUM_DRIVES 2 196#define NUM_DRIVES 2
197
198#ifndef BOOTLOADER
198#define HAVE_HOTSWAP 199#define HAVE_HOTSWAP
199#endif 200#endif
200 201