diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usb/designware_udc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h index ae98e8c..18b7c19 100644 --- a/include/usb/designware_udc.h +++ b/include/usb/designware_udc.h @@ -197,6 +197,7 @@ struct udcfifo_regs { #define UDC_INT_PACKET_SIZE 64 #define UDC_OUT_ENDPOINT 2 #define UDC_BULK_PACKET_SIZE 64 +#define UDC_BULK_HS_PACKET_SIZE 512 #define UDC_IN_ENDPOINT 3 #define UDC_OUT_PACKET_SIZE 64 #define UDC_IN_PACKET_SIZE 64 |