From cc0fac016bad5019b8d286a53b2cbde15ba150d7 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 27 Apr 2018 16:48:12 +0200 Subject: [PATCH] chg: 'lf cotag - remove unneeded variable --- client/cmdlfcotag.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/cmdlfcotag.c b/client/cmdlfcotag.c index 546e3471a..3ba646d85 100644 --- a/client/cmdlfcotag.c +++ b/client/cmdlfcotag.c @@ -92,8 +92,7 @@ int CmdCOTAGRead(const char *Cmd) { case 1: { GetFromBigBuf(DemodBuffer, COTAG_BITS, 0); DemodBufferLen = COTAG_BITS; - UsbCommand response; - if ( !WaitForResponseTimeout(CMD_ACK, &response, 1000) ) { + if ( !WaitForResponseTimeout(CMD_ACK, NULL, 1000) ) { PrintAndLogEx(WARNING, "timeout while waiting for reply."); return -1; }