mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
REM: Remove a double pasted section of local variables.
This commit is contained in:
parent
14e1862537
commit
3b4fa54235
1 changed files with 1 additions and 11 deletions
|
@ -30,17 +30,6 @@ local TIMEOUT = 2000 -- Shouldn't take longer than 2 seconds
|
||||||
local DEBUG = false -- the debug flag
|
local DEBUG = false -- the debug flag
|
||||||
local RANDOM = '20436F707972696768742028432920323031302041637469766973696F6E2E20416C6C205269676874732052657365727665642E20'
|
local RANDOM = '20436F707972696768742028432920323031302041637469766973696F6E2E20416C6C205269676874732052657365727665642E20'
|
||||||
|
|
||||||
local band = bit32.band
|
|
||||||
local bor = bit32.bor
|
|
||||||
local lshift = bit32.lshift
|
|
||||||
local rshift = bit32.rshift
|
|
||||||
local byte = string.byte
|
|
||||||
local char = string.char
|
|
||||||
local sub = string.sub
|
|
||||||
local format = string.format
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
local band = bit32.band
|
local band = bit32.band
|
||||||
local bor = bit32.bor
|
local bor = bit32.bor
|
||||||
local lshift = bit32.lshift
|
local lshift = bit32.lshift
|
||||||
|
@ -71,6 +60,7 @@ end
|
||||||
-- This is only meant to be used when errors occur
|
-- This is only meant to be used when errors occur
|
||||||
function oops(err)
|
function oops(err)
|
||||||
print("ERROR: ",err)
|
print("ERROR: ",err)
|
||||||
|
return nil,err
|
||||||
end
|
end
|
||||||
---
|
---
|
||||||
-- Usage help
|
-- Usage help
|
||||||
|
|
Loading…
Reference in a new issue