mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: one more step to unified debug printing clientside
This commit is contained in:
parent
6bc3ab1e44
commit
a820d59368
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue