X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a925407588726cf6c0587e932b56b3b6257529e0..7e86387958555c489ec8a397b463c437be24e1fd:/LUFA/Drivers/USB/LowLevel/Host.c diff --git a/LUFA/Drivers/USB/LowLevel/Host.c b/LUFA/Drivers/USB/LowLevel/Host.c index b83c51404..98185a487 100644 --- a/LUFA/Drivers/USB/LowLevel/Host.c +++ b/LUFA/Drivers/USB/LowLevel/Host.c @@ -66,7 +66,7 @@ void USB_Host_ProcessNextHostState(void) USB_HostState = HOST_STATE_Powered_WaitForDeviceSettle; break; case HOST_STATE_Powered_WaitForDeviceSettle: - if (!(WaitMSRemaining--)) + if (WaitMSRemaining--) { _delay_ms(1); break;