mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix: syntax erros in luascripts
This commit is contained in:
parent
23d1d74482
commit
c6d245b843
4 changed files with 7 additions and 7 deletions
|
@ -147,7 +147,7 @@ local function disconnect15693()
|
|||
local c = Command:newMIX{cmd = cmds.CMD_ISO_15693_COMMAND}
|
||||
-- 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