Remove usb_cmd refs

This commit is contained in:
Philippe Teuwen 2019-05-08 11:17:14 +02:00
commit e93b4e3c61
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -60,7 +60,6 @@ ppls patches/*
*- Copy.*
client/lualibs/mf_default_keys.lua
client/lualibs/usb_cmd.lua
client/lualibs/pm3_cmd.lua
# recompiled
fpga_version_info.c

View file

@ -29,7 +29,7 @@ Arguments:
-p : print keys
]]
local PM3_SUCCESS = 0 -- needs to be refactored into own like usb_cmd
local PM3_SUCCESS = 0 -- needs to be refactored into own like pm3_cmd
local TIMEOUT = 10000 -- 10 seconds
---