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

@ -23,6 +23,7 @@
extern uint8_t g_debugMode;
extern uint8_t g_printAndLog;
extern bool g_pendingPrompt;
#define PRINTANDLOG_PRINT 1
#define PRINTANDLOG_LOG 2