mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -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) {
|
static int CmdHF15Help(const char *Cmd) {
|
||||||
(void)Cmd; // Cmd is not used so far
|
(void)Cmd; // Cmd is not used so far
|
||||||
CmdsHelp(CommandTable15);
|
CmdsHelp(CommandTable);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue