mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
hf tune: group commands
This commit is contained in:
parent
7ed7a9de40
commit
c281f71f59
4 changed files with 41 additions and 31 deletions
|
@ -102,7 +102,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
|
|||
return;
|
||||
}
|
||||
if (level == INPLACE) {
|
||||
printf("%s\r", buffer);
|
||||
printf("\r%s", buffer);
|
||||
fflush(stdout);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue