mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
usb: Add usb_phy driver to support operations on USB PHY
This commit is contained in:
@@ -73,7 +73,7 @@ endif() # CONFIG_TINYUSB
|
||||
idf_component_register(SRCS ${srcs}
|
||||
INCLUDE_DIRS ${includes_public}
|
||||
PRIV_INCLUDE_DIRS ${includes_private}
|
||||
PRIV_REQUIRES "vfs"
|
||||
PRIV_REQUIRES "vfs" "usb"
|
||||
)
|
||||
|
||||
if(CONFIG_TINYUSB)
|
||||
|
||||
Reference in New Issue
Block a user