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