chg: one more step to unified debug printing clientside

This commit is contained in:
iceman1001 2019-03-25 14:40:29 +01:00
commit a820d59368

View file

@ -57,7 +57,7 @@ extern void Dbprintf(const char *fmt, ...);
#include "ui.h"
# include "cmdparser.h"
# include "cmddata.h"
# define prnt PrintAndLog
# define prnt(args...) PrintAndLogEx(DEBUG, ## args );
#else
uint8_t g_debugMode = 0;
# define prnt Dbprintf