no printf

This commit is contained in:
iceman1001 2020-08-29 14:00:18 +02:00
parent f31aea23bd
commit 7c3e8335c3

View file

@ -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");