X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/fea5d085122bb386f1ec293b2e51036e29c7dc30..6a5a37d7d141f109dc02d0bb6d8f4757b533408d:/Demos/Host/StillImageHost/StillImageHost.c diff --git a/Demos/Host/StillImageHost/StillImageHost.c b/Demos/Host/StillImageHost/StillImageHost.c index 787629c3b..1694322ee 100644 --- a/Demos/Host/StillImageHost/StillImageHost.c +++ b/Demos/Host/StillImageHost/StillImageHost.c @@ -165,6 +165,9 @@ TASK(USB_SImage_Host) wLength: 0, }; + /* Select the control pipe for the request transfer */ + Pipe_SelectPipe(PIPE_CONTROLPIPE); + /* Send the request, display error and wait for device detach if request fails */ if (USB_Host_SendControlRequest(NULL) != HOST_SENDCONTROL_Successful) {