We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6737c commit b89ec71Copy full SHA for b89ec71
utility/firmataDebug.h
@@ -3,7 +3,7 @@
3
4
#ifdef SERIAL_DEBUG
5
#define DEBUG_BEGIN(baud) Serial.begin(baud); while(!Serial) {;}
6
- #define DEBUG_PRINTLN(x) Serial.println (x)
+ #define DEBUG_PRINTLN(x) Serial.println (x); Serial.flush()
7
#define DEBUG_PRINT(x) Serial.print (x)
8
#else
9
#define DEBUG_BEGIN(baud)
0 commit comments