mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 07:24:20 +01:00
6 lines
118 B
C
6 lines
118 B
C
#ifdef DEBUG_PORT
|
|
#define DEBUG_MSG(...) DEBUG_PORT.printf( __VA_ARGS__ )
|
|
#else
|
|
#define DEBUG_MSG(...)
|
|
#endif
|