mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-03 22:27:10 +00:00
fix(esp): Remove deprecated include
soc/usb_pins.h header will be deprecated in IDF v6.0
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user