mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
Add LF before first pm3 dbg msg when there is a pending prompt
This commit is contained in:
parent
6d3c1d0223
commit
b59becbeb6
4 changed files with 10 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
uint8_t g_debugMode = 0;
|
||||
// global client disable logging variable
|
||||
uint8_t g_printAndLog = PRINTANDLOG_PRINT | PRINTANDLOG_LOG;
|
||||
// global client tell if a pending prompt is present
|
||||
bool g_pendingPrompt = false;
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue