From 4023cf1ba11fdc8a08437993348cea734e95a236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 1 Mar 2017 00:05:45 +0100 Subject: [PATCH] DEBUG_PORT enabled by default in Arduino too --- code/espurna/config/arduino.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/espurna/config/arduino.h b/code/espurna/config/arduino.h index 150dae78..9ab0e280 100644 --- a/code/espurna/config/arduino.h +++ b/code/espurna/config/arduino.h @@ -7,7 +7,9 @@ // General //-------------------------------------------------------------------------------- -//#define DEBUG_PORT Serial +#ifndef DEBUG_PORT +#define DEBUG_PORT Serial +#endif //-------------------------------------------------------------------------------- // Hardware