mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
61525e7e89
commit
56f92348ea
8 changed files with 58 additions and 58 deletions
|
@ -67,7 +67,7 @@ local function parse14443a(data)
|
|||
uid = uid:sub(1, 2 * uidlen)
|
||||
local man_byte = tonumber(uid:sub(1,2), 16)
|
||||
|
||||
return {
|
||||
return {
|
||||
uid = uid,
|
||||
atqa = atqa,
|
||||
sak = sak,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue