From 5df9da55ef17c8aa2190c92dcc8d545c6e0c6cd0 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Sun, 18 Feb 2018 13:20:56 +1100 Subject: [PATCH] Quick update 4/4. Compatibility improved now on Win32. --- Desktop_Interface/winusbdriver.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Desktop_Interface/winusbdriver.cpp b/Desktop_Interface/winusbdriver.cpp index 8cf6c97e..b4abb420 100644 --- a/Desktop_Interface/winusbdriver.cpp +++ b/Desktop_Interface/winusbdriver.cpp @@ -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 }