Skip to content

Commit

Permalink
pico-sdk compiles again with "develop" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Dec 19, 2024
1 parent 163539c commit 0c30be4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/pico_w/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ set(CMAKE_CXX_STANDARD 17)
# initialize the Raspberry Pi Pico SDK
pico_sdk_init()

# Add missing files here
set(BTSTACK_MISSING_SOURCES
${BTSTACK_ROOT}/src/hci_event_builder.c
)

add_executable(bluepad32_picow_example_app
src/main.c
src/my_platform.c
${BTSTACK_MISSING_SOURCES}
)

target_include_directories(bluepad32_picow_example_app PRIVATE
Expand Down

0 comments on commit 0c30be4

Please sign in to comment.