]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
the timeout on lf read makes the threshold ...
[proxmark3-svn] / client / cmdlf.c
index 206d5355807b2ad20515deb101e2e3dab8eb0e0d..5683a589eec4dc99edf44a9bf20465d4e561242b 100644 (file)
@@ -569,11 +569,11 @@ int CmdLFRead(const char *Cmd)
        UsbCommand c = {CMD_ACQUIRE_RAW_ADC_SAMPLES_125K, {arg1,0,0}};
        clearCommandBuffer();
        SendCommand(&c);
-       //WaitForResponse(CMD_ACK,NULL);        
-       if ( !WaitForResponseTimeout(CMD_ACK,NULL,2500) ) {
-               PrintAndLog("command execution time out");
-               return 1;
-       }
+       WaitForResponse(CMD_ACK,NULL);  
+       //if ( !WaitForResponseTimeout(CMD_ACK,NULL,2500) ) {
+       //      PrintAndLog("command execution time out");
+       //      return 1;
+       //}
 
        return 0;
 }
Impressum, Datenschutz