diff --git a/usb/esp_tinyusb/CMakeLists.txt b/usb/esp_tinyusb/CMakeLists.txt index df20958..a4495df 100644 --- a/usb/esp_tinyusb/CMakeLists.txt +++ b/usb/esp_tinyusb/CMakeLists.txt @@ -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")