General cleanup and more port work to the AVR32 UC3B.
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / Endpoint_AVR8.h
index b51f17d..30979af 100644 (file)
                        #if defined(USB_SERIES_4_AVR) || defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR)
                                #define ENDPOINT_DETAILS_MAXEP             7
 
-                               #define ENDPOINT_DETAILS_EP0               64,  2
+                               #define ENDPOINT_DETAILS_EP0               64,  1
                                #define ENDPOINT_DETAILS_EP1               256, 2
                                #define ENDPOINT_DETAILS_EP2               64,  2
                                #define ENDPOINT_DETAILS_EP3               64,  2
                        #else
                                #define ENDPOINT_DETAILS_MAXEP             5
 
-                               #define ENDPOINT_DETAILS_EP0               64,  2
+                               #define ENDPOINT_DETAILS_EP0               64,  1
                                #define ENDPOINT_DETAILS_EP1               64,  1
                                #define ENDPOINT_DETAILS_EP2               64,  1
                                #define ENDPOINT_DETAILS_EP3               64,  2
                         *        ascending order, or bank corruption will occur.
                         *        \n\n
                         *
-                        *  \note Certain models of USB AVR's endpoints may have different maximum packet sizes based on the endpoint's
-                        *        index - refer to the chosen USB AVR's datasheet to determine the maximum bank size for each endpoint.
+                        *  \note Different endpoints may have different maximum packet sizes based on the endpoint's index - refer to
+                        *        the chosen microcontroller model's datasheet to determine the maximum bank size for each endpoint.
                         *        \n\n
                         *
                         *  \note The default control endpoint should not be manually configured by the user application, as