mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix: read14a.lua - wrong call
This commit is contained in:
parent
e7d00dce83
commit
db578e9f5f
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ local function disconnect14443a()
|
|||
local c = Command:newMIX{cmd = cmds.CMD_READER_ISO_14443a}
|
||||
-- We can ignore the response here, no ACK is returned for this command
|
||||
-- Check /armsrc/iso14443a.c, ReaderIso14443a() for details
|
||||
return c.sendMIX(true)
|
||||
return c:sendMIX(true)
|
||||
end
|
||||
|
||||
local library = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue