mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 03:34:22 +08:00
fix: rename to match the new file
This commit is contained in:
parent
df555be792
commit
c99845b3d1
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
--[[
|
||||
Handle Proxmark USB Commands
|
||||
Handle Proxmark Communication Commands
|
||||
--]]
|
||||
|
||||
local _commands = require('usb_cmd')
|
||||
local _commands = require('pm3_cmd')
|
||||
local util = require('utils')
|
||||
local TIMEOUT = 2000
|
||||
|
||||
|
|
Loading…
Reference in a new issue