mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
This commit is contained in:
parent
4df3eb3f73
commit
a361cddfb9
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
#include "cmdlf.h"
|
#include "cmdlf.h"
|
||||||
#include "cmdmain.h"
|
#include "cmdmain.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "cmdscript.h"
|
|
||||||
|
|
||||||
unsigned int current_command = CMD_UNKNOWN;
|
unsigned int current_command = CMD_UNKNOWN;
|
||||||
//unsigned int received_command = CMD_UNKNOWN;
|
//unsigned int received_command = CMD_UNKNOWN;
|
||||||
|
@ -51,7 +50,6 @@ static command_t CommandTable[] =
|
||||||
{"hw", CmdHW, 1, "{ Hardware commands... }"},
|
{"hw", CmdHW, 1, "{ Hardware commands... }"},
|
||||||
{"lf", CmdLF, 1, "{ LF commands... }"},
|
{"lf", CmdLF, 1, "{ LF commands... }"},
|
||||||
{"quit", CmdQuit, 1, "Quit program"},
|
{"quit", CmdQuit, 1, "Quit program"},
|
||||||
{"script", CmdScript, 1,"Run script"},
|
|
||||||
{NULL, NULL, 0, NULL}
|
{NULL, NULL, 0, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue