mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
fix bug
This commit is contained in:
parent
1b6a45ac17
commit
a6f52e839f
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ static command_t CommandTable[] = {
|
|||
|
||||
static int CmdHF15Help(const char *Cmd) {
|
||||
(void)Cmd; // Cmd is not used so far
|
||||
CmdsHelp(CommandTable15);
|
||||
CmdsHelp(CommandTable);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue