Fix broken Host mode, from the recent API changes.

pull/1469/head
Dean Camera 16 years ago
parent 7eb4eb7cdd
commit 2440ca268a

@ -55,7 +55,7 @@ void USB_Host_ProcessNextHostState(void)
break;
}
if (!(WaitMSRemaining--))
if (!(--WaitMSRemaining))
USB_HostState = PostWaitState;
}

Loading…
Cancel
Save