aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/usbd_msc_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/usbd_msc_interface.c')
-rw-r--r--ports/stm32/usbd_msc_interface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/stm32/usbd_msc_interface.c b/ports/stm32/usbd_msc_interface.c
index 0148fc7c6..1f9f68ed8 100644
--- a/ports/stm32/usbd_msc_interface.c
+++ b/ports/stm32/usbd_msc_interface.c
@@ -33,8 +33,6 @@
#include "storage.h"
#include "sdcard.h"
-#define USBD_MSC_MAX_LUN (2)
-
// This flag is needed to support removal of the medium, so that the USB drive
// can be unmounted and won't be remounted automatically.
#define FLAGS_STARTED (0x01)