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
/
Endpoint.c
diff --git
a/LUFA/Drivers/USB/LowLevel/Endpoint.c
b/LUFA/Drivers/USB/LowLevel/Endpoint.c
index
273e190
..
3376098
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Endpoint.c
+++ b/
LUFA/Drivers/USB/LowLevel/Endpoint.c
@@
-83,7
+83,7
@@
void Endpoint_ClearEndpoints(void)
\r
uint8_t Endpoint_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_SOFI);
\r
\r