diff --git a/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h b/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h index 84566624f385c8fad2b9880aedaf3488a1e3477c..5b37b5413ba098679b23b82f26041ac01e2ceb9c 100644 --- a/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h +++ b/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h @@ -112,13 +112,13 @@ #define ENDPOINT_DETAILS_MAXEP 8 #define ENDPOINT_DETAILS_EP0 64, 1 - #define ENDPOINT_DETAILS_EP1 512, 2 - #define ENDPOINT_DETAILS_EP2 512, 2 - #define ENDPOINT_DETAILS_EP3 512, 2 - #define ENDPOINT_DETAILS_EP4 512, 2 - #define ENDPOINT_DETAILS_EP5 512, 2 - #define ENDPOINT_DETAILS_EP6 512, 2 - #define ENDPOINT_DETAILS_EP7 512, 2 + #define ENDPOINT_DETAILS_EP1 512, 3 + #define ENDPOINT_DETAILS_EP2 512, 3 + #define ENDPOINT_DETAILS_EP3 512, 3 + #define ENDPOINT_DETAILS_EP4 512, 3 + #define ENDPOINT_DETAILS_EP5 512, 3 + #define ENDPOINT_DETAILS_EP6 512, 3 + #define ENDPOINT_DETAILS_EP7 512, 3 #elif defined(USB_SERIES_UC3B0_AVR32) || defined(USB_SERIES_UC3B1_AVR32) #define ENDPOINT_DETAILS_MAXEP 7