diff options
| author | Ha Thach <[email protected]> | 2023-08-07 11:14:04 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-07 11:14:04 +0700 |
| commit | accc3fd737236dfbebc5ff5cc35369770a88fc60 (patch) | |
| tree | 90048330328f0b8abf6fefeec1ba9e6f74339e76 /examples/host/hid_controller | |
| parent | 3db945283a694acd9df05df8fbcd13cdd3c819ca (diff) | |
| parent | 2021c6299789a3dd9bd239941d9316494205fe2f (diff) | |
Merge pull request #2151 from kilograham/rp2040_build_fixes
Fix build issues when building for RP2040 from pico-examples/pico-sdk.
Diffstat (limited to 'examples/host/hid_controller')
| -rw-r--r-- | examples/host/hid_controller/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/host/hid_controller/CMakeLists.txt b/examples/host/hid_controller/CMakeLists.txt index d1d901b53..3fb630aaa 100644 --- a/examples/host/hid_controller/CMakeLists.txt +++ b/examples/host/hid_controller/CMakeLists.txt @@ -26,8 +26,3 @@ target_include_directories(${PROJECT} PUBLIC # Configure compilation flags and libraries for the example without RTOS. # See the corresponding function in hw/bsp/FAMILY/family.cmake for details. family_configure_host_example(${PROJECT} noos) - -# Add pico-pio-usb for rp2040 since user can choose to run on bit-banging host -if(FAMILY STREQUAL "rp2040") - family_add_pico_pio_usb(${PROJECT}) -endif() |
