Skip to content

Commit 5f67650

Browse files
committed
Fixed trivial include error introduced in previous commit 2e3e539... oops...
1 parent 8018a26 commit 5f67650

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

hardware/arduino/avr/cores/arduino/CDC.cpp

-1
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

hardware/arduino/avr/cores/arduino/HID.cpp

-2
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

hardware/arduino/avr/cores/arduino/USBCore.cpp

-2
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)