projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The USB_Host_SendControlRequest() function no longer automatically selects the Contro...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
HostChapter9.c
diff --git
a/LUFA/Drivers/USB/LowLevel/HostChapter9.c
b/LUFA/Drivers/USB/LowLevel/HostChapter9.c
index
123a1d2
..
5367c98
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/HostChapter9.c
+++ b/
LUFA/Drivers/USB/LowLevel/HostChapter9.c
@@
-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