fix: syntax erros in luascripts

This commit is contained in:
iceman1001 2019-06-23 08:13:17 -04:00
commit c6d245b843
4 changed files with 7 additions and 7 deletions

View file

@ -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 = {