Skip to content

Commit 11e7801

Browse files
Remove repeated source file from pico_btstack (#2042)
Removes a duplicate reference to btstack's src/mesh/mesh.c file in the CMake build.
1 parent 37e4257 commit 11e7801

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rp2_common/pico_btstack/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
163163

164164
pico_add_library(pico_btstack_mesh)
165165
target_sources(pico_btstack_mesh INTERFACE
166-
${PICO_BTSTACK_PATH}/src/mesh/mesh.c
167166
${PICO_BTSTACK_PATH}/src/mesh/adv_bearer.c
168167
${PICO_BTSTACK_PATH}/src/mesh/beacon.c
169168
${PICO_BTSTACK_PATH}/src/mesh/gatt_bearer.c

0 commit comments

Comments
 (0)