]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhflegic.c
CHG: reverted back from the idea of measureing in (us) microseconds, the timer...
[proxmark3-svn] / client / cmdhflegic.c
index bbdd091ee18756ef09fecf0bdaf67dd471ad0603..c9b10eaf97c1a77dab15299f87c20f5938a3ac77 100644 (file)
@@ -415,7 +415,7 @@ int CmdLegicRFRead(const char *Cmd) {
        clearCommandBuffer();
        SendCommand(&c);
        UsbCommand resp;
-       if (WaitForResponseTimeout(CMD_ACK, &resp, 2000)) {
+       if (WaitForResponseTimeout(CMD_ACK, &resp, 1500)) {
                uint8_t isOK = resp.arg[0] & 0xFF;
                uint16_t len = resp.arg[1] & 0x3FF;
                if ( isOK ) {
Impressum, Datenschutz