fix(esp): Remove deprecated include

soc/usb_pins.h header will be deprecated in IDF v6.0
This commit is contained in:
Tomas Rezucha
2025-02-27 12:48:31 +01:00
parent 1cfc88dbcb
commit 720697b6ae

View File

@@ -162,7 +162,6 @@ int board_getchar(void) {
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 0)
#include "esp_private/usb_phy.h"
#include "soc/usb_pins.h"
static usb_phy_handle_t phy_hdl;