aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/USBDeviceMode.c
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/Webserver/USBDeviceMode.c')
-rw-r--r--Projects/Webserver/USBDeviceMode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Webserver/USBDeviceMode.c b/Projects/Webserver/USBDeviceMode.c
index c93ba4632..6e1a4ed23 100644
--- a/Projects/Webserver/USBDeviceMode.c
+++ b/Projects/Webserver/USBDeviceMode.c
@@ -48,11 +48,11 @@ USB_ClassInfo_MS_Device_t Disk_MS_Interface =
.DataINEndpointNumber = MASS_STORAGE_IN_EPNUM,
.DataINEndpointSize = MASS_STORAGE_IO_EPSIZE,
- .DataINEndpointDoubleBank = false,
+ .DataINEndpointDoubleBank = true,
.DataOUTEndpointNumber = MASS_STORAGE_OUT_EPNUM,
.DataOUTEndpointSize = MASS_STORAGE_IO_EPSIZE,
- .DataOUTEndpointDoubleBank = false,
+ .DataOUTEndpointDoubleBank = true,
.TotalLUNs = 1,
},