mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Fix broken Host mode, from the recent API changes.
This commit is contained in:
parent
7eb4eb7cdd
commit
2440ca268a
@ -55,7 +55,7 @@ void USB_Host_ProcessNextHostState(void)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(WaitMSRemaining--))
|
if (!(--WaitMSRemaining))
|
||||||
USB_HostState = PostWaitState;
|
USB_HostState = PostWaitState;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user