X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/902cb3c00b49535f0de9a3b6d5ba0c54260ccac1..7dd1908b241b3a9e5764112bd822472f80287073:/client/mifarehost.c diff --git a/client/mifarehost.c b/client/mifarehost.c index 22b2a328..825e06d8 100644 --- a/client/mifarehost.c +++ b/client/mifarehost.c @@ -65,7 +65,7 @@ int mfnested(uint8_t blockNo, uint8_t keyType, uint8_t * key, uint8_t trgBlockNo memset(resultKeys, 0x00, 16 * 6); // flush queue - while (!WaitForResponseTimeout(CMD_ACK,NULL,500)); + WaitForResponseTimeout(CMD_ACK,NULL,100); UsbCommand c = {CMD_MIFARE_NESTED, {blockNo, keyType, trgBlockNo + trgKeyType * 0x100}}; memcpy(c.d.asBytes, key, 6);