@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "pico/stdlib.h"
|
#include "pico/stdlib.h"
|
||||||
#include "pico/btstack_init.h"
|
|
||||||
#include "FreeRTOS.h"
|
#include "FreeRTOS.h"
|
||||||
#include "task.h"
|
#include "task.h"
|
||||||
|
|
||||||
@@ -63,8 +62,6 @@ void main_task(__unused void *params) {
|
|||||||
vTaskDelay(1000);
|
vTaskDelay(1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
pico_btstack_deinit();
|
|
||||||
|
|
||||||
#if HAVE_LWIP && !CYW43_LWIP
|
#if HAVE_LWIP && !CYW43_LWIP
|
||||||
lwip_freertos_deinit(cyw43_arch_async_context());
|
lwip_freertos_deinit(cyw43_arch_async_context());
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user