[improv_serial] Fix for IDF 4.4.7 (#6855)

This commit is contained in:
Keith Burzinski
2024-06-03 22:18:20 -05:00
committed by Jesse Hills
parent ce4a3d9950
commit 388b2c2de0
2 changed files with 2 additions and 0 deletions
@@ -17,6 +17,7 @@
#if defined(USE_ESP32_VARIANT_ESP32C3) || defined(USE_ESP32_VARIANT_ESP32C6) || defined(USE_ESP32_VARIANT_ESP32S3) || \
defined(USE_ESP32_VARIANT_ESP32H2)
#include <driver/usb_serial_jtag.h>
#include <hal/usb_serial_jtag_ll.h>
#endif
#if defined(USE_ESP32_VARIANT_ESP32S2) || defined(USE_ESP32_VARIANT_ESP32S3)
#include <esp_private/usb_console.h>