fix: rename to match the new file

This commit is contained in:
iceman1001 2019-05-07 21:56:05 +02:00
parent df555be792
commit c99845b3d1

View file

@ -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