mirror of
https://github.com/nqrduck/ATM.git
synced 2024-11-23 10:32:27 +00:00
5 lines
96 B
C
5 lines
96 B
C
#ifdef DEBUG
|
|
#define DEBUG_PRINT(x) Serial.println (x)
|
|
#else
|
|
#define DEBUG_PRINT(x)
|
|
#endif
|