Skip to content

Commit e68a144

Browse files
committed
Remove Segger RTT from pico-btstack
We now have this in the SDK so adding it again in pico-btstack leads to link errors.
1 parent 3708588 commit e68a144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rp2_common/pico_btstack/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
2828
target_sources(pico_btstack_base INTERFACE
2929
${PICO_BTSTACK_PATH}/3rd-party/micro-ecc/uECC.c
3030
${PICO_BTSTACK_PATH}/3rd-party/rijndael/rijndael.c
31-
${PICO_BTSTACK_PATH}/3rd-party/segger-rtt/SEGGER_RTT.c
3231
${PICO_BTSTACK_PATH}/3rd-party/segger-rtt/SEGGER_RTT_printf.c
3332
${PICO_BTSTACK_PATH}/platform/embedded/btstack_tlv_flash_bank.c
3433
${PICO_BTSTACK_PATH}/platform/embedded/hci_dump_embedded_stdout.c

0 commit comments

Comments
 (0)