mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
6 lines
153 B
C
6 lines
153 B
C
|
void Serialprint(const __FlashStringHelper* input...);
|
||
|
#ifndef DIAG_ENABLED
|
||
|
#define DIAG_ENABLED true
|
||
|
#endif
|
||
|
#define DIAG if (DIAG_ENABLED) Serialprint
|