esp_tinyusb: cmake uses tinyusb

This commit is contained in:
King Kévin 2023-01-06 14:55:30 +01:00
parent b469d11b60
commit b26a25b605
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ idf_component_register(SRCS ${srcs}
)
# Pass tusb_config.h from this component to TinyUSB
idf_component_get_property(tusb_lib espressif__tinyusb COMPONENT_LIB)
idf_component_get_property(tusb_lib tinyusb COMPONENT_LIB)
target_include_directories(${tusb_lib} PRIVATE "include")