Remove repeated source file from pico_btstack (#2042)

Removes a duplicate reference to btstack's src/mesh/mesh.c file in the
CMake build.
This commit is contained in:
armandomontanez 2024-11-18 15:32:29 -08:00 committed by GitHub
parent 37e42578b0
commit 11e7801ba4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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