mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Use PrintAndLogEx in flasher
This commit is contained in:
parent
0a4b90ac20
commit
5c9c38ff71
5 changed files with 92 additions and 82 deletions
|
@ -42,7 +42,6 @@ void ShowGui(void);
|
|||
void HideGraphWindow(void);
|
||||
void ShowGraphWindow(void);
|
||||
void RepaintGraphWindow(void);
|
||||
void PrintAndLog(const char *fmt, ...);
|
||||
void PrintAndLogOptions(const char *str[][2], size_t size, size_t space);
|
||||
void PrintAndLogEx(logLevel_t level, const char *fmt, ...);
|
||||
void SetLogFilename(char *fn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue