Use PrintAndLogEx in flasher

This commit is contained in:
Philippe Teuwen 2019-04-30 20:19:29 +02:00
commit 5c9c38ff71
5 changed files with 92 additions and 82 deletions

View file

@ -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);