From a1ba49e7c8d1067d3f0a87d54aedd2a746fe3342 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Mon, 8 Jun 2015 09:39:15 +0200 Subject: make CDC function non removable --- cores/arduino/CDC.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cores/arduino/CDC.cpp') diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp index 5d4f2a0..2ea1353 100644 --- a/cores/arduino/CDC.cpp +++ b/cores/arduino/CDC.cpp @@ -20,7 +20,6 @@ #include #if defined(USBCON) -#ifdef CDC_ENABLED typedef struct { @@ -207,5 +206,4 @@ Serial_::operator bool() { Serial_ Serial; -#endif #endif /* if defined(USBCON) */ -- cgit v1.2.3-18-g5258