From af2005acf41d82b3b9b72609a8a1e8502d1b2b17 Mon Sep 17 00:00:00 2001 From: Ricardo Quesada Date: Thu, 19 Dec 2024 10:48:54 -0800 Subject: [PATCH] add link to bug --- examples/pico_w/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/pico_w/CMakeLists.txt b/examples/pico_w/CMakeLists.txt index e7e935ca..ee2e6732 100644 --- a/examples/pico_w/CMakeLists.txt +++ b/examples/pico_w/CMakeLists.txt @@ -26,7 +26,8 @@ set(CMAKE_CXX_STANDARD 17) # initialize the Raspberry Pi Pico SDK pico_sdk_init() -# Add missing files here +# Add missing files here. See: +# https://github.com/bluekitchen/btstack/issues/649 set(BTSTACK_MISSING_SOURCES ${BTSTACK_ROOT}/src/hci_event_builder.c )