Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationC...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / AVR8 / Endpoint_AVR8.h
index 7868ac3..8611dd6 100644 (file)
                         *        changed in value.
                         */
                        #if (!defined(FIXED_CONTROL_ENDPOINT_SIZE) || defined(__DOXYGEN__))
-                               extern uint8_t USB_ControlEndpointSize;
+                               extern uint8_t USB_Device_ControlEndpointSize;
                        #else
-                               #define USB_ControlEndpointSize FIXED_CONTROL_ENDPOINT_SIZE
+                               #define USB_Device_ControlEndpointSize FIXED_CONTROL_ENDPOINT_SIZE
                        #endif
 
                /* Function Prototypes: */