Skip to content

Commit 8bcf165

Browse files
Fix bt freertos build warnings (#378)
Fixes #373
1 parent 014fb53 commit 8bcf165

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pico_w/bt/picow_bt_example_freertos.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
#include <stdio.h>
88
#include "pico/stdlib.h"
9-
#include "pico/btstack_init.h"
109
#include "FreeRTOS.h"
1110
#include "task.h"
1211

@@ -63,8 +62,6 @@ void main_task(__unused void *params) {
6362
vTaskDelay(1000);
6463
}
6564

66-
pico_btstack_deinit();
67-
6865
#if HAVE_LWIP && !CYW43_LWIP
6966
lwip_freertos_deinit(cyw43_arch_async_context());
7067
#endif

0 commit comments

Comments
 (0)