projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Optimize vendor/product description string display code in MassStorageHost.
[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
238e099
..
2bdab7c
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/HostChapter9.c
+++ b/
LUFA/Drivers/USB/LowLevel/HostChapter9.c
@@
-46,7
+46,7
@@
uint8_t USB_Host_SendControlRequest(void* BufferPtr)
USB_Host_ResumeBus();
\r
\r
if ((ReturnStatus = USB_Host_WaitMS(1)) != HOST_WAITERROR_Successful)
\r
-
return ReturnStatus
;
\r
+
goto End_Of_Control_Send
;
\r
\r
Pipe_SetToken(PIPE_TOKEN_SETUP);
\r
Pipe_ClearErrorFlags();
\r