X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/ea7ce7fb68ed94a85bc2959091dfdff05d17c94d..42c235e7efdac01da7e7ef3e4e442557fe50198d:/client/cmdlfvisa2000.c?ds=sidebyside diff --git a/client/cmdlfvisa2000.c b/client/cmdlfvisa2000.c index 9eca4052..e432954d 100644 --- a/client/cmdlfvisa2000.c +++ b/client/cmdlfvisa2000.c @@ -137,7 +137,7 @@ int CmdVisa2kClone(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; }