Add LF before first pm3 dbg msg when there is a pending prompt
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user