]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/mifarehost.c
fixed 'hf mf' command and some others
[proxmark3-svn] / client / mifarehost.c
index 22b2a328fb476f824e417ffc3c1ebc2ce0e69d35..825e06d88609b74d8dcafc6495e72b3bed1baab6 100644 (file)
@@ -65,7 +65,7 @@ int mfnested(uint8_t blockNo, uint8_t keyType, uint8_t * key, uint8_t trgBlockNo
        memset(resultKeys, 0x00, 16 * 6);\r
 \r
        // flush queue\r
-       while (!WaitForResponseTimeout(CMD_ACK,NULL,500));\r
+       WaitForResponseTimeout(CMD_ACK,NULL,100);\r
        \r
   UsbCommand c = {CMD_MIFARE_NESTED, {blockNo, keyType, trgBlockNo + trgKeyType * 0x100}};\r
        memcpy(c.d.asBytes, key, 6);\r
Impressum, Datenschutz