mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
changed timeout behavior
This commit is contained in:
parent
f03fac540a
commit
40d9880264
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ int CmdEM4x50Reader(const char *Cmd) {
|
||||||
|
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
SendCommandNG(CMD_LF_EM4X50_READER, 0, 0);
|
SendCommandNG(CMD_LF_EM4X50_READER, 0, 0);
|
||||||
WaitForResponse(CMD_LF_EM4X50_READER, &resp);
|
WaitForResponseTimeoutW(CMD_LF_EM4X50_READER, &resp, -1, false);
|
||||||
|
|
||||||
now = resp.status;
|
now = resp.status;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue