projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Branched trunk into MultiArch branch for future development of a multi-architecture...
[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
743bb91
..
496df33
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Pipe.c
+++ b/
LUFA/Drivers/USB/LowLevel/Pipe.c
@@
-68,7
+68,7
@@
void Pipe_ClearPipes(void)
\r
uint8_t Pipe_WaitUntilReady(void)
\r
{
\r
- uint
8
_t TimeoutMSRem = USB_STREAM_TIMEOUT_MS;
\r
+ uint
16
_t TimeoutMSRem = USB_STREAM_TIMEOUT_MS;
\r
\r
USB_INT_Clear(USB_INT_HSOFI);
\r
\r