Add LF before first pm3 dbg msg when there is a pending prompt

This commit is contained in:
Philippe Teuwen 2020-08-14 00:14:46 +02:00
parent 6d3c1d0223
commit b59becbeb6
4 changed files with 10 additions and 0 deletions

View file

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