]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfnedap.c
CHG: fix covertyscan error CID 133851, Cardstate can't not be SIM_NOFIELD when...
[proxmark3-svn] / client / cmdlfnedap.c
index ab34d8ff8cbc1fa5da7fac7c48a1db68d2fa8ddd..21d47fb99f41c770fd28a48eb08ac4ff07328de4 100644 (file)
@@ -254,7 +254,7 @@ int CmdLFNedapClone(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