aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/CDC.cpp
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2014-09-12 16:54:32 +0200
committerCristian Maglie <c.maglie@bug.st>2014-09-12 16:58:05 +0200
commit60e6ec22f1cf5f68fff301152bce3a0edc0b306d (patch)
tree647087724ba5a0db940ea9babf68935f275dc52b /cores/arduino/CDC.cpp
parent8440f533641ee099a3ee01974528ffac3c1441e4 (diff)
Fixed trivial include error introduced in previous commit 2e3e539b... oops...
Diffstat (limited to 'cores/arduino/CDC.cpp')
-rw-r--r--cores/arduino/CDC.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/CDC.cpp b/cores/arduino/CDC.cpp
index 7e32d04..5d4f2a0 100644
--- a/cores/arduino/CDC.cpp
+++ b/cores/arduino/CDC.cpp
@@ -16,7 +16,6 @@
** SOFTWARE.
*/
-#include "Platform.h"
#include "USBAPI.h"
#include <avr/wdt.h>