Renamed all library events to properly seperate out Device and Host mode events....
[pub/lufa.git] / LUFA / Drivers / USB / HighLevel / USBTask.c
index c02a38b..f1277b9 100644 (file)
@@ -68,7 +68,7 @@ static void USB_DeviceTask(void)
                Endpoint_SelectEndpoint(ENDPOINT_CONTROLEP);\r
 \r
                if (Endpoint_IsSETUPReceived())\r
-                 USB_Device_ProcessControlPacket();\r
+                 USB_Device_ProcessControlRequest();\r
                \r
                Endpoint_SelectEndpoint(PrevEndpoint);\r
        }\r