From 8bcf165a8ff0f04b7e7c37c14ddd20214352f492 Mon Sep 17 00:00:00 2001 From: Peter Harper <77111776+peterharperuk@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:19:26 +0100 Subject: [PATCH] Fix bt freertos build warnings (#378) Fixes #373 --- pico_w/bt/picow_bt_example_freertos.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pico_w/bt/picow_bt_example_freertos.c b/pico_w/bt/picow_bt_example_freertos.c index fa38614..8d326b5 100644 --- a/pico_w/bt/picow_bt_example_freertos.c +++ b/pico_w/bt/picow_bt_example_freertos.c @@ -6,7 +6,6 @@ #include #include "pico/stdlib.h" -#include "pico/btstack_init.h" #include "FreeRTOS.h" #include "task.h" @@ -63,8 +62,6 @@ void main_task(__unused void *params) { vTaskDelay(1000); } - pico_btstack_deinit(); - #if HAVE_LWIP && !CYW43_LWIP lwip_freertos_deinit(cyw43_arch_async_context()); #endif