summaryrefslogtreecommitdiff
path: root/firmware/usbstack/usb_storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/usbstack/usb_storage.c')
-rw-r--r--firmware/usbstack/usb_storage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index b498311014..63ff4f059b 100644
--- a/firmware/usbstack/usb_storage.c
+++ b/firmware/usbstack/usb_storage.c
@@ -33,8 +33,6 @@
33#include "usb_storage.h" 33#include "usb_storage.h"
34 34
35 35
36#ifdef USB_STORAGE
37
38/* Enable the following define to export only the SD card slot. This 36/* Enable the following define to export only the SD card slot. This
39 * is useful for USBCV MSC tests, as those are destructive. 37 * is useful for USBCV MSC tests, as those are destructive.
40 * This won't work right if the device doesn't have a card slot. 38 * This won't work right if the device doesn't have a card slot.
@@ -1158,5 +1156,3 @@ static void fill_inquiry(IF_MV_NONVOID(int lun))
1158 tb.inquiry->DeviceTypeModifier = DEVICE_REMOVABLE; 1156 tb.inquiry->DeviceTypeModifier = DEVICE_REMOVABLE;
1159#endif 1157#endif
1160} 1158}
1161
1162#endif /* USB_STORAGE */