diff options
Diffstat (limited to 'testhal/STM32')
-rw-r--r-- | testhal/STM32/STM32F7xx/USB_MSD/usbcfg.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F7xx/USB_MSD/usbcfg.c b/testhal/STM32/STM32F7xx/USB_MSD/usbcfg.c index 4efeb4b..22a2029 100644 --- a/testhal/STM32/STM32F7xx/USB_MSD/usbcfg.c +++ b/testhal/STM32/STM32F7xx/USB_MSD/usbcfg.c @@ -21,6 +21,11 @@ #include "usbcfg.h" /* + * must be 64 for full speed and 512 for high speed + */ +#define USB_MSD_EP_SIZE 64U + +/* * USB Device Descriptor. */ static const uint8_t vcom_device_descriptor_data[18] = { |