/* Check to see if a V2 Protocol command has been received */\r
if (Endpoint_IsOUTReceived())\r
{\r
+ LEDs_SetAllLEDs(LEDMASK_BUSY);\r
+\r
/* Pass off processing of the V2 Protocol command to the V2 Protocol handler */\r
V2Protocol_ProcessCommand();\r
+\r
+ LEDs_SetAllLEDs(LEDMASK_USB_READY);\r
}\r
}\r
\r