From be0774b34301296e859c0b697e9d768575740b17 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Wed, 14 Mar 2018 03:14:18 +0200 Subject: [PATCH] Remove duplicate include --- tools/AT_Debug/AT_Debug.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/AT_Debug/AT_Debug.ino b/tools/AT_Debug/AT_Debug.ino index d495f5d..56b63f7 100644 --- a/tools/AT_Debug/AT_Debug.ino +++ b/tools/AT_Debug/AT_Debug.ino @@ -18,8 +18,6 @@ // #define TINY_GSM_MODEM_ESP8266 // #define TINY_GSM_MODEM_XBEE -#include - // Set serial for debug console (to the Serial Monitor, speed 115200) #define SerialMon Serial