From 22e36dc0308ed30330e74937bba16afd3a7b7987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 3 Mar 2016 22:50:14 +0100 Subject: [PATCH] Set USB_DEVICE_CONFIG_ENDPOINTS to 5 instead of 6 because it's just enough. --- right/usb_device_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/usb_device_config.h b/right/usb_device_config.h index 62348ec..bb80a76 100644 --- a/right/usb_device_config.h +++ b/right/usb_device_config.h @@ -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