From 52f82fb9cc13779146016ca993c80f7b82ea65bd Mon Sep 17 00:00:00 2001 From: barthess Date: Wed, 4 Jan 2017 10:17:04 +0300 Subject: USB MSD. Cosmetical improvements. --- testhal/STM32/STM32F7xx/USB_MSD/usbcfg.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testhal') 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 @@ -20,6 +20,11 @@ #include "hal_usb_msd.h" #include "usbcfg.h" +/* + * must be 64 for full speed and 512 for high speed + */ +#define USB_MSD_EP_SIZE 64U + /* * USB Device Descriptor. */ -- cgit v1.2.3