/* Check if the control endpoint has received a request */\r
if (Endpoint_HasEndpointInterrupted(ENDPOINT_CONTROLEP))\r
{\r
- /* Clear the endpoint interrupt */\r
- Endpoint_ClearEndpointInterrupt(ENDPOINT_CONTROLEP);\r
-\r
/* Process the control request */\r
USB_USBTask();\r
\r