summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-02-01 14:25:58 +0700
committerGitHub <[email protected]>2021-02-01 14:25:58 +0700
commit26caddae239a9b2657121a8da81337cf14d85bc0 (patch)
tree34b85bdb2853c173a1d9c29dff9df65f2621801e /examples/device/hid_multiple_interface
parent78f50518a48f55fe3a4d921895c5d6c400c355b0 (diff)
parent0799a910730a3aa881f6292b2c7cbbc784690e7a (diff)
Merge pull request #621 from hathach/rp2040-logger-enumfix
Rp2040 logger and enum fix
Diffstat (limited to 'examples/device/hid_multiple_interface')
-rw-r--r--examples/device/hid_multiple_interface/CMakeLists.txt2
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 c358eddab..f4bf75c26 100644
--- a/examples/device/hid_multiple_interface/CMakeLists.txt
+++ b/examples/device/hid_multiple_interface/CMakeLists.txt
@@ -33,7 +33,7 @@ if(FAMILY STREQUAL "rp2040")
CFG_TUSB_OS=OPT_OS_PICO
)
- target_link_libraries(${PROJECT} pico_stdlib)
+ target_link_libraries(${PROJECT} pico_stdlib pico_fix_rp2040_usb_device_enumeration)
pico_add_extra_outputs(${PROJECT})
else()