diff options
author | Martino Facchin <m.facchin@arduino.cc> | 2015-06-08 09:39:15 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-07-16 13:12:14 +0200 |
commit | a1ba49e7c8d1067d3f0a87d54aedd2a746fe3342 (patch) | |
tree | 6c44b708c6d66dc50b2a1e98fbf6c27c69a37abe /cores/arduino/CDC.cpp | |
parent | afd126f96aa114ad9185233bfda9125303b790ee (diff) |
make CDC function non removable
Diffstat (limited to 'cores/arduino/CDC.cpp')
-rw-r--r-- | cores/arduino/CDC.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 <avr/wdt.h> #if defined(USBCON) -#ifdef CDC_ENABLED typedef struct { @@ -207,5 +206,4 @@ Serial_::operator bool() { Serial_ Serial; -#endif #endif /* if defined(USBCON) */ |