Skip to content

Commit 76d95aa

Browse files
BT examples don't build for pico2_w freertos (#643)
1 parent f7b6312 commit 76d95aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pico_w/bt/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ if (TARGET FreeRTOS-Kernel)
176176
CYW43_TASK_STACK_SIZE=1024
177177
NO_SYS=0
178178
)
179-
target_include_directories(picow_bt_example_common_freertos INTERFACE
180-
${FREERTOS_KERNEL_PATH}/include
181-
${FREERTOS_KERNEL_PATH}/portable/ThirdParty/GCC/RP2040/include
182-
)
183179

184180
# variant: no cyw43 lwip | freertos
185181
add_library(picow_bt_example_no_cyw43_lwip_freertos INTERFACE)

0 commit comments

Comments
 (0)