From b26a25b605b65ef157bab4304ec2f861859f93dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 6 Jan 2023 14:55:30 +0100 Subject: [PATCH] esp_tinyusb: cmake uses tinyusb --- usb/esp_tinyusb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")