mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07: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 util = require('utils')
|
||||||
local TIMEOUT = 2000
|
local TIMEOUT = 2000
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue