Skip to content

Commit c5bb833

Browse files
authored
include pin_arduino.h for variant USB defines (#5719)
1 parent 6de7f16 commit c5bb833

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/esp32/USB.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#if CONFIG_TINYUSB_ENABLED
1717

18+
#include "pins_arduino.h"
1819
#include "esp32-hal.h"
1920
#include "esp32-hal-tinyusb.h"
2021
#include "common/tusb_common.h"

0 commit comments

Comments
 (0)