mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chG: adjust some "." progress dots, that shouldn't use NORMAL..
This commit is contained in:
parent
5de4d9d3a6
commit
40cc0a402b
6 changed files with 12 additions and 9 deletions
|
@ -363,7 +363,7 @@ int CmdHFFelicaDumpLite(const char *Cmd) {
|
|||
uint8_t timeout = 0;
|
||||
while ( !WaitForResponseTimeout(CMD_ACK, &resp, 2000) ) {
|
||||
timeout++;
|
||||
PrintAndLogEx(NORMAL, "."); fflush(stdout);
|
||||
printf("."); fflush(stdout);
|
||||
if (ukbhit()) {
|
||||
int gc = getchar(); (void)gc;
|
||||
PrintAndLogEx(NORMAL, "\n[!] aborted via keyboard!\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue