mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
no printf
This commit is contained in:
parent
b5440f1f3d
commit
0270a25808
1 changed files with 3 additions and 1 deletions
|
@ -85,6 +85,7 @@ static int usage_hf_tune(void) {
|
|||
}
|
||||
|
||||
#define PROMPT_CLEARLINE PrintAndLogEx(INPLACE, " ")
|
||||
#define PROMPT_EMPTYLINE PrintAndLogEx(NORMAL, "\r ");
|
||||
|
||||
int CmdHFSearch(const char *Cmd) {
|
||||
|
||||
|
@ -193,7 +194,8 @@ int CmdHFSearch(const char *Cmd) {
|
|||
PrintAndLogEx(INPLACE, _RED_("No known/supported 13.56 MHz tags found"));
|
||||
res = PM3_ESOFT;
|
||||
}
|
||||
printf("\n");
|
||||
|
||||
PROMPT_EMPTYLINE;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue