mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-28 01:47:21 +01:00
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:
parent
37e42578b0
commit
11e7801ba4
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue