summaryrefslogtreecommitdiff
path: root/examples/host/bare_api
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-08-07 11:14:04 +0700
committerGitHub <[email protected]>2023-08-07 11:14:04 +0700
commitaccc3fd737236dfbebc5ff5cc35369770a88fc60 (patch)
tree90048330328f0b8abf6fefeec1ba9e6f74339e76 /examples/host/bare_api
parent3db945283a694acd9df05df8fbcd13cdd3c819ca (diff)
parent2021c6299789a3dd9bd239941d9316494205fe2f (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/bare_api')
-rw-r--r--examples/host/bare_api/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/host/bare_api/CMakeLists.txt b/examples/host/bare_api/CMakeLists.txt
index 95af48718..05398b079 100644
--- a/examples/host/bare_api/CMakeLists.txt
+++ b/examples/host/bare_api/CMakeLists.txt
@@ -25,8 +25,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()