mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Properly terminate cyw43 task when cyw43_arch_deinit() is called (#962)
This commit is contained in:
parent
fe7849d645
commit
2ebba462ac
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ static void cyw43_task(__unused void *param) {
|
|||
xSemaphoreGive(cyw43_worker_ran_sem);
|
||||
__sev(); // it is possible regular code is waiting on a WFE on the other core
|
||||
} while (true);
|
||||
vTaskDelete(NULL);
|
||||
}
|
||||
|
||||
static void tcpip_init_done(void *param) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue