summaryrefslogtreecommitdiff
path: root/examples/device/hid_multiple_interface
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-03-03 15:12:28 +0700
committerGitHub <[email protected]>2021-03-03 15:12:28 +0700
commit7b162ec93f57426a26b351512f2f05156b8fa8b1 (patch)
tree75dc4432c2494aff690b610a35b883dc86176228 /examples/device/hid_multiple_interface
parentd56fad5f38ae77d4d83c3a7e0e4919147a8ab5fc (diff)
parenta298045f6c57ed3bad23ce44a1944016a882e08c (diff)
Merge pull request #692 from hathach/improve-rp2040
Improve rp2040
Diffstat (limited to 'examples/device/hid_multiple_interface')
-rw-r--r--examples/device/hid_multiple_interface/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/hid_multiple_interface/CMakeLists.txt b/examples/device/hid_multiple_interface/CMakeLists.txt
index f4bf75c26..5e3ec0909 100644
--- a/examples/device/hid_multiple_interface/CMakeLists.txt
+++ b/examples/device/hid_multiple_interface/CMakeLists.txt
@@ -33,9 +33,6 @@ if(FAMILY STREQUAL "rp2040")
CFG_TUSB_OS=OPT_OS_PICO
)
- target_link_libraries(${PROJECT} pico_stdlib pico_fix_rp2040_usb_device_enumeration)
- pico_add_extra_outputs(${PROJECT})
-
else()
message(FATAL_ERROR "Invalid FAMILY specified")
endif()