From ce942baad2b5601984662b428140e3cb9acdabbc Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 2 Mar 2021 22:57:33 +0700 Subject: update pico-sdk to more recent commit - move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset --- examples/device/hid_multiple_interface/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/device/hid_multiple_interface') 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() -- cgit v1.3.1