Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationC...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / UC3 / Endpoint_UC3.h
index 98067e6..2ed7b5d 100644 (file)
                         *        changed in value.\r
                         */\r
                        #if (!defined(FIXED_CONTROL_ENDPOINT_SIZE) || defined(__DOXYGEN__))\r
-                               extern uint8_t USB_ControlEndpointSize;\r
+                               extern uint8_t USB_Device_ControlEndpointSize;\r
                        #else\r
-                               #define USB_ControlEndpointSize FIXED_CONTROL_ENDPOINT_SIZE\r
+                               #define USB_Device_ControlEndpointSize FIXED_CONTROL_ENDPOINT_SIZE\r
                        #endif\r
 \r
                /* Function Prototypes: */\r