diff options
| author | Ha Thach <[email protected]> | 2021-04-19 15:17:05 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-19 15:17:05 +0700 |
| commit | c5f440a6aa39a09487000e7ce408d252dc7641f0 (patch) | |
| tree | ec5fb117a7abc094fc8cf17e6c0555c23a8391ac /examples/device/hid_multiple_interface | |
| parent | 27c4a7db8df7d4e40359084eaa0ede4280651155 (diff) | |
| parent | a2be6c14726f33167981eeba5b65483ab8a95b92 (diff) | |
Merge pull request #794 from hathach/fix-ci-rp2040
Fix ci rp2040
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() |
