]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/14araw.lua
chg: too many \ slashes
[proxmark3-svn] / client / scripts / 14araw.lua
index 0ce986565f33fe05f81b0216190d261f2aad574d..a2e6ff53f4e796eb01ee604b8ece228fb0f0e94b 100644 (file)
@@ -155,9 +155,7 @@ end
 -- Sends an instruction to do nothing, only disconnect
 function disconnect()
 
-       local command = Command:new{cmd = cmds.CMD_READER_ISO_14443a, 
-                                                                       arg1 = 0, -- Nothing 
-                                                                       }
+       local command = Command:new{cmd = cmds.CMD_READER_ISO_14443a, arg1 = 0, }
        -- We can ignore the response here, no ACK is returned for this command
        -- Check /armsrc/iso14443a.c, ReaderIso14443a() for details
        return lib14a.sendToDevice(command,true) 
Impressum, Datenschutz