diff options
author | Cristian Maglie <c.maglie@bug.st> | 2014-09-12 16:54:32 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-09-12 16:58:05 +0200 |
commit | 60e6ec22f1cf5f68fff301152bce3a0edc0b306d (patch) | |
tree | 647087724ba5a0db940ea9babf68935f275dc52b /cores/arduino/USBCore.cpp | |
parent | 8440f533641ee099a3ee01974528ffac3c1441e4 (diff) |
Fixed trivial include error introduced in previous commit 2e3e539b... oops...
Diffstat (limited to 'cores/arduino/USBCore.cpp')
-rw-r--r-- | cores/arduino/USBCore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp index 39a9530..b4f7bed 100644 --- a/cores/arduino/USBCore.cpp +++ b/cores/arduino/USBCore.cpp @@ -16,9 +16,7 @@ ** SOFTWARE. */ -#include "Platform.h" #include "USBAPI.h" -#include "USBDesc.h" #if defined(USBCON) |