From 40d9880264bbd8f0937c8d07aa4d8c4c98d17b73 Mon Sep 17 00:00:00 2001 From: tharexde Date: Mon, 30 Nov 2020 20:31:02 +0100 Subject: [PATCH] changed timeout behavior --- client/src/cmdlfem4x50.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlfem4x50.c b/client/src/cmdlfem4x50.c index b4d787bbc..ae55a8a18 100644 --- a/client/src/cmdlfem4x50.c +++ b/client/src/cmdlfem4x50.c @@ -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;