X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e88c04f924abb31589f9f58691fcf94238fead63..c85189135eac76e96a38d22062f422c8ccfb18aa:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 206d5355..5683a589 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -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; }