changed timeout behavior

This commit is contained in:
tharexde 2020-11-30 20:31:02 +01:00
commit 40d9880264

View file

@ -786,7 +786,7 @@ int CmdEM4x50Reader(const char *Cmd) {
clearCommandBuffer();
SendCommandNG(CMD_LF_EM4X50_READER, 0, 0);
WaitForResponse(CMD_LF_EM4X50_READER, &resp);
WaitForResponseTimeoutW(CMD_LF_EM4X50_READER, &resp, -1, false);
now = resp.status;