summaryrefslogtreecommitdiff
path: root/examples/device/uac2_headset
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2021-03-10 19:33:11 +0100
committerReinhard Panhuber <[email protected]>2021-03-10 19:33:11 +0100
commit8cb3bd3cd30172d3023facb2522a435b414a3b7e (patch)
tree1bc65aa35561cc43f4fab139a3a6e2654b110faa /examples/device/uac2_headset
parentd5a5a1cab63e8e43b22f13db95df35afdfa6befb (diff)
parenta397353916db36d925f5aec654fc66d5ca09f427 (diff)
Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xfer
Diffstat (limited to 'examples/device/uac2_headset')
-rw-r--r--examples/device/uac2_headset/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/uac2_headset/CMakeLists.txt b/examples/device/uac2_headset/CMakeLists.txt
index f4bf75c26..5e3ec0909 100644
--- a/examples/device/uac2_headset/CMakeLists.txt
+++ b/examples/device/uac2_headset/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()