projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Pipe.c
diff --git
a/LUFA/Drivers/USB/LowLevel/Pipe.c
b/LUFA/Drivers/USB/LowLevel/Pipe.c
index
9c6a53e
..
58d7343
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Pipe.c
+++ b/
LUFA/Drivers/USB/LowLevel/Pipe.c
@@
-93,7
+93,7
@@
uint8_t Pipe_WaitUntilReady(void)
#else
\r
uint16_t TimeoutMSRem = USB_STREAM_TIMEOUT_MS;
\r
#endif
\r
-
\r
+
\r
for (;;)
\r
{
\r
if (Pipe_GetPipeToken() == PIPE_TOKEN_IN)
\r