mirror of https://github.com/EspoTek/Labrador.git
Quick update 4/4. Compatibility improved now on Win32.
This commit is contained in:
parent
c026f07103
commit
5df9da55ef
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue