deinit cyw43

This commit is contained in:
Martin Brodbeck 2023-01-06 16:43:12 +01:00
parent 919e823a8b
commit 4e56888e49

View file

@ -185,4 +185,5 @@ void wifi_disable() {
cyw43_arch_gpio_put(CYW43_WL_GPIO_LED_PIN, 0);
cyw43_wifi_leave(&cyw43_state, CYW43_ITF_STA);
cyw43_arch_deinit();
}