projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add in a new common Delay_MS() function, which provides a blocking delay for all...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
UC3
/
Host_UC3.c
diff --git
a/LUFA/Drivers/USB/Core/UC3/Host_UC3.c
b/LUFA/Drivers/USB/Core/UC3/Host_UC3.c
index
6d49abb
..
b557ff0
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3/Host_UC3.c
+++ b/
LUFA/Drivers/USB/Core/UC3/Host_UC3.c
@@
-69,7
+69,7
@@
void USB_Host_ProcessNextHostState(void)
case HOST_STATE_Powered_WaitForDeviceSettle:
\r
if (WaitMSRemaining--)
\r
{
\r
-
_delay_ms
(1);
\r
+
Delay_MS
(1);
\r
break;
\r
}
\r
else
\r