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
index 6d49abb..b557ff0 100644 (file)
@@ -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