CHG: some minor code cleanup.

This commit is contained in:
iceman1001 2015-04-24 18:36:11 +02:00
parent bb84c38196
commit 0beb94e67b

View file

@ -217,6 +217,7 @@ local function main(args)
local hex = utils.ConvertAsciiToBytes(aestest)
hex = utils.ConvertBytesToHex(hex)
blocks[blockNo+1] = ('%02d :: %s'):format(blockNo,hex)
io.write(blockNo..',')
end
end
else
@ -273,5 +274,7 @@ local function main(args)
print( (' UID : 0x%s'):format(uid) )
print( (' CARDID : 0x%s'):format(cardid ) )
print( string.rep('--',20) )
core.clearCommandBuffer()
end
main(args)