diff options
| author | hathach <[email protected]> | 2021-04-19 13:30:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-19 13:30:04 +0700 |
| commit | 59f0fa1e5e6767602c346bdd9371bf7d6caa9d08 (patch) | |
| tree | 89072aab24057bb559b3f0b44e87ccfd3834b504 /examples/device/hid_multiple_interface | |
| parent | 27c4a7db8df7d4e40359084eaa0ede4280651155 (diff) | |
cmake cleanup
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 d59d2e9a1..2bac7c329 100644 --- a/examples/device/hid_multiple_interface/CMakeLists.txt +++ b/examples/device/hid_multiple_interface/CMakeLists.txt @@ -33,5 +33,5 @@ if(FAMILY STREQUAL "rp2040") ) else() - message(FATAL_ERROR "Invalid FAMILY specified") + message(FATAL_ERROR "Invalid FAMILY specified: ${FAMILY}") endif() |
