mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
ci: fix esp_phy_modem_deinit issue
This commit is contained in:
@@ -697,7 +697,7 @@ free_controller:
|
|||||||
controller_sleep_deinit();
|
controller_sleep_deinit();
|
||||||
ble_controller_deinit();
|
ble_controller_deinit();
|
||||||
esp_phy_disable();
|
esp_phy_disable();
|
||||||
esp_phy_pd_mem_deinit();
|
esp_phy_modem_deinit();
|
||||||
#if CONFIG_BT_NIMBLE_ENABLED
|
#if CONFIG_BT_NIMBLE_ENABLED
|
||||||
ble_npl_eventq_deinit(nimble_port_get_dflt_eventq());
|
ble_npl_eventq_deinit(nimble_port_get_dflt_eventq());
|
||||||
#endif // CONFIG_BT_NIMBLE_ENABLED
|
#endif // CONFIG_BT_NIMBLE_ENABLED
|
||||||
|
Reference in New Issue
Block a user