mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
fix nedap clone helptext. all waiting for the nedap clone cmd ...
This commit is contained in:
parent
2c68edfad4
commit
097835e684
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include "cmdlfnedap.h"
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
/*
|
||||
static int usage_lf_nedap_clone(void) {
|
||||
PrintAndLogEx(NORMAL, "clone a NEDAP tag to a T55x7 tag.");
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
|
@ -23,6 +24,7 @@ static int usage_lf_nedap_clone(void) {
|
|||
PrintAndLogEx(NORMAL, " lf nedap clone 112233");
|
||||
return 0;
|
||||
}
|
||||
*/
|
||||
|
||||
static int usage_lf_nedap_sim(void) {
|
||||
PrintAndLogEx(NORMAL, "Enables simulation of NEDAP card with specified card number.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue