Skip to content

Commit

Permalink
Remove repeated source file from pico_btstack (#2042)
Browse files Browse the repository at this point in the history
Removes a duplicate reference to btstack's src/mesh/mesh.c file in the
CMake build.
  • Loading branch information
armandomontanez authored Nov 18, 2024
1 parent 37e4257 commit 11e7801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rp2_common/pico_btstack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})

pico_add_library(pico_btstack_mesh)
target_sources(pico_btstack_mesh INTERFACE
${PICO_BTSTACK_PATH}/src/mesh/mesh.c
${PICO_BTSTACK_PATH}/src/mesh/adv_bearer.c
${PICO_BTSTACK_PATH}/src/mesh/beacon.c
${PICO_BTSTACK_PATH}/src/mesh/gatt_bearer.c
Expand Down

0 comments on commit 11e7801

Please sign in to comment.