Skip to content

Commit e1fa29f

Browse files
committed
Fixed trivial include error introduced in previous commit 2e3e539b... oops...
1 parent d43f4fa commit e1fa29f

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

cores/arduino/CDC.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
** SOFTWARE.
1717
*/
1818

19-
#include "Platform.h"
2019
#include "USBAPI.h"
2120
#include <avr/wdt.h>
2221

cores/arduino/HID.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
** SOFTWARE.
1717
*/
1818

19-
#include "Platform.h"
2019
#include "USBAPI.h"
21-
#include "USBDesc.h"
2220

2321
#if defined(USBCON)
2422
#ifdef HID_ENABLED

cores/arduino/USBCore.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
** SOFTWARE.
1717
*/
1818

19-
#include "Platform.h"
2019
#include "USBAPI.h"
21-
#include "USBDesc.h"
2220

2321
#if defined(USBCON)
2422

0 commit comments

Comments
 (0)