Move over message ID specific header data to unions inside the standard TMC header...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Endpoint.h
index dd74d52..dd49b80 100644 (file)
                        #define ENDPOINT_CONTROLEP                    0
 
                        #if (!defined(FIXED_CONTROL_ENDPOINT_SIZE) || defined(__DOXYGEN__))
-                               /** Default size of the default control endpoint's bank, until altered by the Endpoint0Size valu
-                                *  in the device descriptor. Not available if the FIXED_CONTROL_ENDPOINT_SIZE token is defined.
+                               /** Default size of the default control endpoint's bank, until altered by the control endpoint bank siz
+                                *  value in the device descriptor. Not available if the FIXED_CONTROL_ENDPOINT_SIZE token is defined.
                                 */
                                #define ENDPOINT_CONTROLEP_DEFAULT_SIZE   8
                        #endif