mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -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
|
@ -37,7 +37,7 @@ int mfDarkside(uint8_t blockno, uint8_t key_type, uint64_t *key) {
|
|||
|
||||
// wait cycle
|
||||
while (true) {
|
||||
PrintAndLogEx(NORMAL, "."); fflush(stdout);
|
||||
printf("."); fflush(stdout);
|
||||
if (ukbhit()) {
|
||||
int gc = getchar(); (void)gc;
|
||||
return -5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue