projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix broken Host mode, from the recent API changes.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Host.c
diff --git
a/LUFA/Drivers/USB/LowLevel/Host.c
b/LUFA/Drivers/USB/LowLevel/Host.c
index
b3b56b8
..
b606515
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Host.c
+++ b/
LUFA/Drivers/USB/LowLevel/Host.c
@@
-55,7
+55,7
@@
void USB_Host_ProcessNextHostState(void)
break;
\r
}
\r
\r
- if (!(
WaitMSRemaining--
))
\r
+ if (!(
--WaitMSRemaining
))
\r
USB_HostState = PostWaitState;
\r
}
\r
\r