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