mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
61525e7e89
commit
56f92348ea
8 changed files with 58 additions and 58 deletions
|
@ -196,7 +196,7 @@ function Command:sendNG( ignore_response, timeout )
|
|||
|
||||
--[[ uncomment if you want to debug
|
||||
|
||||
-- lets digest response NG package.
|
||||
-- lets digest response NG package.
|
||||
local data
|
||||
local count, cmd, length, magic, status, crc, arg1, arg2, arg3 = bin.unpack('SSIsSLLL', response)
|
||||
count, data, ng = bin.unpack('H'..length..'C', response, count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue