Correct the maximum banks per endpoint information macros for the UC3A3 and UC3A4...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 14 Jul 2011 07:18:31 +0000 (07:18 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 14 Jul 2011 07:18:31 +0000 (07:18 +0000)
LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h

index 8456662..5b37b54 100644 (file)
                                #define ENDPOINT_DETAILS_MAXEP                 8\r
 \r
                                #define ENDPOINT_DETAILS_EP0                   64,  1\r
-                               #define ENDPOINT_DETAILS_EP1                   512, 2\r
-                               #define ENDPOINT_DETAILS_EP2                   512, 2\r
-                               #define ENDPOINT_DETAILS_EP3                   512, 2\r
-                               #define ENDPOINT_DETAILS_EP4                   512, 2\r
-                               #define ENDPOINT_DETAILS_EP5                   512, 2\r
-                               #define ENDPOINT_DETAILS_EP6                   512, 2\r
-                               #define ENDPOINT_DETAILS_EP7                   512, 2\r
+                               #define ENDPOINT_DETAILS_EP1                   512, 3\r
+                               #define ENDPOINT_DETAILS_EP2                   512, 3\r
+                               #define ENDPOINT_DETAILS_EP3                   512, 3\r
+                               #define ENDPOINT_DETAILS_EP4                   512, 3\r
+                               #define ENDPOINT_DETAILS_EP5                   512, 3\r
+                               #define ENDPOINT_DETAILS_EP6                   512, 3\r
+                               #define ENDPOINT_DETAILS_EP7                   512, 3\r
                        #elif defined(USB_SERIES_UC3B0_AVR32) || defined(USB_SERIES_UC3B1_AVR32) \r
                                #define ENDPOINT_DETAILS_MAXEP                 7\r
 \r