mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: the dot progress is not logged anymore. Force fflush afterwards.
This commit is contained in:
parent
857bc8ab66
commit
24482211ad
14 changed files with 19 additions and 25 deletions
|
@ -483,8 +483,7 @@ int main(int argc, char* argv[]) {
|
|||
do {
|
||||
sp = uart_open(argv[1]);
|
||||
msleep(500);
|
||||
PrintAndLogEx(NORMAL, ".");
|
||||
fflush(stdout);
|
||||
printf("."); fflush(stdout);
|
||||
} while (++openCount < 30 && (sp == INVALID_SERIAL_PORT || sp == CLAIMED_SERIAL_PORT));
|
||||
PrintAndLogEx(NORMAL, "\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue