X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7eb4eb7cdd1ba6a9a6e1ae82968294445667f2e0..2440ca268ac444c1aed2441cefe9e25a767d961a:/LUFA/Drivers/USB/LowLevel/Host.c diff --git a/LUFA/Drivers/USB/LowLevel/Host.c b/LUFA/Drivers/USB/LowLevel/Host.c index b3b56b8d1..b606515e6 100644 --- a/LUFA/Drivers/USB/LowLevel/Host.c +++ b/LUFA/Drivers/USB/LowLevel/Host.c @@ -55,7 +55,7 @@ void USB_Host_ProcessNextHostState(void) break; } - if (!(WaitMSRemaining--)) + if (!(--WaitMSRemaining)) USB_HostState = PostWaitState; }