mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
convert to MIX for simple send commands.
This commit is contained in:
parent
119b1e7c81
commit
0c20c1a9d1
3 changed files with 11 additions and 6 deletions
|
@ -876,7 +876,7 @@ static int CmdBuffClear(const char *Cmd) {
|
|||
if (cmdp == 'h') return usage_data_buffclear();
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_BUFF_CLEAR, 0, 0, 0, NULL, 0);
|
||||
SendCommandMIX(CMD_BUFF_CLEAR, 0, 0, 0, NULL, 0);
|
||||
ClearGraph(true);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue