Add in a new common Delay_MS() function, which provides a blocking delay for all...
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / Host_AVR8.c
index e4220e3..87dddd4 100644 (file)
@@ -69,7 +69,7 @@ void USB_Host_ProcessNextHostState(void)
                case HOST_STATE_Powered_WaitForDeviceSettle:
                        if (WaitMSRemaining--)
                        {
-                               _delay_ms(1);
+                               Delay_MS(1);
                                break;
                        }
                        else