diff options
| author | hathach <[email protected]> | 2021-01-22 10:43:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-01-22 10:43:52 +0700 |
| commit | 4cd8a95ef71fa351af1ec7144301b2736a80c75d (patch) | |
| tree | 9d9dafa1c15801e808bb7098dd4779e9b68e1407 /examples | |
| parent | 2b3008f9a863e4fa5e10f24971976928c8101764 (diff) | |
more ci
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/hid_composite_freertos/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_composite_freertos/CMakeLists.txt b/examples/device/hid_composite_freertos/CMakeLists.txt index a429a1336..3c48e4e70 100644 --- a/examples/device/hid_composite_freertos/CMakeLists.txt +++ b/examples/device/hid_composite_freertos/CMakeLists.txt @@ -7,7 +7,7 @@ set(TOP "../../..") get_filename_component(TOP "${TOP}" REALPATH) # Add example src and bsp directories -set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/${BOARD}") +set(EXTRA_COMPONENT_DIRS "src" "${TOP}/hw/bsp/esp32s2/boards" "${TOP}/hw/bsp/esp32s2/components") include($ENV{IDF_PATH}/tools/cmake/project.cmake) set(SUPPORTED_TARGETS esp32s2) |
