mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
convert sendOLD -> MIX for simple cmds
This commit is contained in:
parent
0c20c1a9d1
commit
39272ba1fb
6 changed files with 8 additions and 8 deletions
|
@ -1079,7 +1079,7 @@ static int CmdHF14AAntiFuzz(const char *Cmd) {
|
|||
|
||||
CLIParserFree();
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_ANTIFUZZ_ISO_14443a, arg0, 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_ANTIFUZZ_ISO_14443a, arg0, 0, 0, NULL, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue