Set USB_DEVICE_CONFIG_ENDPOINTS to 5 instead of 6 because it's just enough.

This commit is contained in:
László Monda
2016-03-03 22:50:14 +01:00
parent 029df6f7c1
commit 22e36dc030

View File

@@ -17,7 +17,7 @@
#define USB_DEVICE_CONFIG_REMOTE_WAKEUP 0
// How many endpoints are supported in the stack
#define USB_DEVICE_CONFIG_ENDPOINTS 6
#define USB_DEVICE_CONFIG_ENDPOINTS 5
// The maximum buffer length for the KHCI DMA workaround
#define USB_DEVICE_CONFIG_KHCI_DMA_ALIGN_BUFFER_LENGTH 64