mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
text
This commit is contained in:
parent
b65dc0a4c8
commit
55f4942ab7
1 changed files with 2 additions and 1 deletions
|
@ -526,7 +526,8 @@ int CmdLFHitagDump(const char *cmd) {
|
||||||
PrintAndLogEx(INFO, "To be done!");
|
PrintAndLogEx(INFO, "To be done!");
|
||||||
|
|
||||||
char ctmp = tolower(param_getchar(Cmd, 0));
|
char ctmp = tolower(param_getchar(Cmd, 0));
|
||||||
return usage_hitag_dump();
|
if (ctmp == 'h') return usage_hitag_dump();
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static command_t CommandTable[] = {
|
static command_t CommandTable[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue