diff options
| author | Reinhard Panhuber <[email protected]> | 2021-04-20 20:15:54 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2021-04-20 20:15:54 +0200 |
| commit | 705753f448f5cf3b24a6fa49ec02fe1ab0b400aa (patch) | |
| tree | 49533426ece7ecec32793b48f4e0103c621b07df /examples/device/dfu_runtime | |
| parent | c7c11b181c05136a1c077dc445f422c7e17edc02 (diff) | |
| parent | c5f440a6aa39a09487000e7ce408d252dc7641f0 (diff) | |
Merge remote-tracking branch 'upstream/master' into uac2_fix_cs_as_int_alt_set_0
Diffstat (limited to 'examples/device/dfu_runtime')
| -rw-r--r-- | examples/device/dfu_runtime/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu_runtime/CMakeLists.txt b/examples/device/dfu_runtime/CMakeLists.txt index d59d2e9a1..2bac7c329 100644 --- a/examples/device/dfu_runtime/CMakeLists.txt +++ b/examples/device/dfu_runtime/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() |
