Skip to content
Snippets Groups Projects
Commit 2440ca26 authored by Dean Camera's avatar Dean Camera
Browse files

Fix broken Host mode, from the recent API changes.

parent 7eb4eb7c
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@ void USB_Host_ProcessNextHostState(void)
break;
}
if (!(WaitMSRemaining--))
if (!(--WaitMSRemaining))
USB_HostState = PostWaitState;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment