diff options
| author | Wini-Buh <[email protected]> | 2021-06-22 23:21:01 +0200 |
|---|---|---|
| committer | Wini-Buh <[email protected]> | 2021-06-22 23:21:01 +0200 |
| commit | c5f6b57755052284e2fec8aa79b93272e757b297 (patch) | |
| tree | cec76cd5772eccd703a633d1ff2d71fc64a5f1dd /examples/device/hid_multiple_interface | |
| parent | 60d8ecbfe617b0f398f90c3fede9a9488f4da407 (diff) | |
| parent | 5a4fc1151a7e62a291a90836165942737a1a2d6f (diff) | |
Merge remote-tracking branch 'upstream/master' into CCRX_Port
Diffstat (limited to 'examples/device/hid_multiple_interface')
| -rw-r--r-- | examples/device/hid_multiple_interface/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_multiple_interface/CMakeLists.txt b/examples/device/hid_multiple_interface/CMakeLists.txt index 18367a893..abc4d91da 100644 --- a/examples/device/hid_multiple_interface/CMakeLists.txt +++ b/examples/device/hid_multiple_interface/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/${FAMILY}/family.cmake) +include(${CMAKE_CURRENT_SOURCE_DIR}/../../../hw/bsp/family_support.cmake) # gets PROJECT name for the example (e.g. <BOARD>-<DIR_NAME>) family_get_project_name(PROJECT ${CMAKE_CURRENT_LIST_DIR}) |
