]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf14a.c
CHG: rename the HF MFU * commands.
[proxmark3-svn] / client / cmdhf14a.c
index 4f0ffde61e3d0af175a53b5e639145a0573919a9..12fb10ed455ed59aabc9da606055b5b11397ca12 100644 (file)
@@ -649,7 +649,7 @@ static void waitCmd(uint8_t iSelect)
     UsbCommand resp;
     char *hexout;
 
-    if (WaitForResponseTimeout(CMD_ACK,&resp,10000)) {
+    if (WaitForResponseTimeout(CMD_ACK,&resp,1500)) {
         recv = resp.d.asBytes;
         uint8_t iLen = iSelect ? resp.arg[1] : resp.arg[0];
         PrintAndLog("received %i octets",iLen);
Impressum, Datenschutz