Skip to content

Commit a67cd31

Browse files
authored
feat: adding a necessary include
Adding the IDF 5.1 SOF check include file. Necessary to make it compile. Moved from HWCDC.h file to here.
1 parent 62dcd79 commit a67cd31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/HWCDC.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "hal/usb_serial_jtag_ll.h"
3030
#pragma GCC diagnostic warning "-Wvolatile"
3131
#include "rom/ets_sys.h"
32+
#include "driver/usb_serial_jtag.h"
3233

3334
ESP_EVENT_DEFINE_BASE(ARDUINO_HW_CDC_EVENTS);
3435

0 commit comments

Comments
 (0)