]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlffdx.c
ADD: 'hf emv' - forgot to add some file
[proxmark3-svn] / client / cmdlffdx.c
index 511806ddb64eca8b221574378bc8861019aff0a3..0e6b43f48d2dfb95ca5fe542568ef3470ea0a2f3 100644 (file)
@@ -250,7 +250,7 @@ int CmdFdxClone(const char *Cmd) {
                c.arg[1] = i;
                clearCommandBuffer();
                SendCommand(&c);
-               if (!WaitForResponseTimeout(CMD_ACK, &resp, 1000)){
+               if (!WaitForResponseTimeout(CMD_ACK, &resp, T55XX_WRITE_TIMEOUT)){
                        PrintAndLog("Error occurred, device did not respond during write operation.");
                        return -1;
                }
Impressum, Datenschutz