Fix bt freertos build warnings (#378)

Fixes #373
This commit is contained in:
Peter Harper
2023-06-05 16:19:26 +01:00
committed by GitHub
parent 014fb537eb
commit 8bcf165a8f

View File

@@ -6,7 +6,6 @@
#include <stdio.h>
#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