Skip to content

Commit 48ca3d4

Browse files
authored
fix: Use correct SOF header file
1 parent 07fcdee commit 48ca3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/HWCDC.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include <inttypes.h>
2222
#include "esp_event.h"
2323
#include "Stream.h"
24-
#include "hal/usb_serial_jtag_ll.h"
24+
#include "driver/usb_serial_jtag.h"
2525

2626
ESP_EVENT_DECLARE_BASE(ARDUINO_HW_CDC_EVENTS);
2727

0 commit comments

Comments
 (0)