From 60e6ec22f1cf5f68fff301152bce3a0edc0b306d Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 12 Sep 2014 16:54:32 +0200 Subject: Fixed trivial include error introduced in previous commit 2e3e539b... oops... --- cores/arduino/USBCore.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cores/arduino/USBCore.cpp') 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) -- cgit v1.2.3-18-g5258