{\r
uint16_t TimeoutCounter = USB_HOST_TIMEOUT_MS;\r
\r
- while (!(((WaitType == USB_HOST_WAITFOR_SetupSent) && Pipe_IsSETUPSent()) ||\r
+ while (!(((WaitType == USB_HOST_WAITFOR_SetupSent) && Pipe_IsSETUPSent()) ||\r
((WaitType == USB_HOST_WAITFOR_InReceived) && Pipe_IsINReceived()) ||\r
((WaitType == USB_HOST_WAITFOR_OutReady) && Pipe_IsOUTReady())))\r
{\r