The USB_Host_SendControlRequest() function no longer automatically selects the Contro...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / HostChapter9.c
index 123a1d2..5367c98 100644 (file)
@@ -50,7 +50,6 @@ uint8_t USB_Host_SendControlRequest(void* BufferPtr)
        if ((ReturnStatus = USB_Host_WaitMS(1)) != HOST_WAITERROR_Successful)\r
          return ReturnStatus;\r
 \r
-       Pipe_SelectPipe(PIPE_CONTROLPIPE);\r
        Pipe_SetToken(PIPE_TOKEN_SETUP);\r
        Pipe_ClearErrorFlags();\r
        Pipe_ClearSetupSent();\r