From b61f60ab6ad346ec53e3c1c77685a8cc068c639b Mon Sep 17 00:00:00 2001 From: "peter.marcisovsky" Date: Wed, 20 Aug 2025 09:22:02 +0200 Subject: [PATCH] fix(usb_host): Fixing USB Component mock component dir --- tools/mocks/usb/usb_host_full_mock/usb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mocks/usb/usb_host_full_mock/usb/CMakeLists.txt b/tools/mocks/usb/usb_host_full_mock/usb/CMakeLists.txt index 1b7be7b438..8e19e384a6 100644 --- a/tools/mocks/usb/usb_host_full_mock/usb/CMakeLists.txt +++ b/tools/mocks/usb/usb_host_full_mock/usb/CMakeLists.txt @@ -7,7 +7,7 @@ message(STATUS "building full USB HOST MOCKS") idf_component_get_property(original_usb_dir usb COMPONENT_OVERRIDEN_DIR) idf_component_get_property(original_esp_hw_support_dir esp_hw_support COMPONENT_OVERRIDEN_DIR) if(NOT original_esp_hw_support_dir) - idf_component_get_property(original_esp_hw_support_dir esp_hw_support COMPONENT_SRCDIR) + idf_component_get_property(original_esp_hw_support_dir esp_hw_support COMPONENT_DIR) endif() idf_component_mock(INCLUDE_DIRS "${original_usb_dir}/include"