mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
CHG: doesnt flush the printf() calls
This commit is contained in:
parent
cbdcc89ae7
commit
2daa0d0b1e
1 changed files with 1 additions and 0 deletions
|
@ -1151,6 +1151,7 @@ int CmdHF14AMfChk(const char *Cmd)
|
|||
e_sector[i].foundKey[trgKeyType] = FALSE;
|
||||
}
|
||||
printf(".");
|
||||
fflush(stdout);
|
||||
}
|
||||
b < 127 ? ( b +=4 ) : ( b += 16 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue