mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: 'lf cotag - remove unneeded variable
This commit is contained in:
parent
d7e6b5d6a1
commit
cc0fac016b
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue