summaryrefslogtreecommitdiff
path: root/firmware/export/sd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/sd.h')
-rw-r--r--firmware/export/sd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/sd.h b/firmware/export/sd.h
index 9ae3313ffd..c657f8a545 100644
--- a/firmware/export/sd.h
+++ b/firmware/export/sd.h
@@ -27,7 +27,7 @@
27#include "mv.h" /* for HAVE_MULTIDRIVE or not */ 27#include "mv.h" /* for HAVE_MULTIDRIVE or not */
28 28
29#ifdef HAVE_BOOTLOADER_USB_MODE 29#ifdef HAVE_BOOTLOADER_USB_MODE
30#define SD_DRIVER_CLOSE 30#define STORAGE_CLOSE
31#endif 31#endif
32 32
33#define SD_BLOCK_SIZE 512 /* XXX : support other sizes ? */ 33#define SD_BLOCK_SIZE 512 /* XXX : support other sizes ? */