mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-02 02:53:09 +08:00
no printf
This commit is contained in:
parent
f31aea23bd
commit
7c3e8335c3
1 changed files with 1 additions and 2 deletions
|
@ -2306,8 +2306,7 @@ static int CmdHF14AMfURestore(const char *Cmd) {
|
|||
clearCommandBuffer();
|
||||
SendCommandMIX(CMD_HF_MIFAREU_WRITEBL, b, keytype, 0, data, sizeof(data));
|
||||
wait4response(b);
|
||||
printf(".");
|
||||
fflush(stdout);
|
||||
PrintAndLogEx(NORMAL, "." NOLF);
|
||||
}
|
||||
PrintAndLogEx(NORMAL, "\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue