Quick update 4/4. Compatibility improved now on Win32.

This commit is contained in:
Chris Esposito 2018-02-18 13:20:56 +11:00 committed by GitHub
parent c026f07103
commit 5df9da55ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -262,8 +262,10 @@ void winUsbDriver::isoTimerTick(void){
UINT epkframe = isoCtx[NUM_ISO_ENDPOINTS-1][earliest]->StartFrame;
UINT framePhaseError = epkframe - ep0frame;
if(framePhaseError){
#ifndef WINDOWS_32_BIT
qDebug("Frame phase error of %d", framePhaseError);
killMe();
#endif
}