Skip to content

Commit 72b1fc5

Browse files
authored
Merge pull request #3002 from espressif/fix/remove_deprecated_includes
fix(esp): Remove deprecated include
2 parents 1cfc88d + 720697b commit 72b1fc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hw/bsp/espressif/boards/family.c

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ int board_getchar(void) {
162162
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 0)
163163

164164
#include "esp_private/usb_phy.h"
165-
#include "soc/usb_pins.h"
166165

167166
static usb_phy_handle_t phy_hdl;
168167

0 commit comments

Comments
 (0)