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 6a54d02 commit f961f9aCopy full SHA for f961f9a
src/Wippersnapper_V2.h
@@ -30,9 +30,7 @@
30
*/
31
#ifdef WS_DEBUG
32
#define WS_DEBUG_PRINT(...) \
33
- { \
34
- WS_PRINTER.print(__VA_ARGS__); \
35
- } /**< Print debug message to serial */
+ { WS_PRINTER.print(__VA_ARGS__); } /**< Print debug message to serial */
36
#define WS_DEBUG_PRINTLN(...) \
37
{ \
38
WS_PRINTER.println(__VA_ARGS__); \
@@ -44,11 +42,9 @@
44
42
} /**< Print debug message in hexadecimal */
45
43
#else
46
47
48
- } /**< Debug print */
+ {} /**< Debug print */
49
50
51
- } /**< Debug println */
+ {} /**< Debug println */
52
#endif
53
54
/*!
0 commit comments