forked from espressif/esp-idf
Merge branch 'bugfix/fix_ci_phy_modem_deinit_esp32c2' into 'master'
ci: fix esp_phy_modem_deinit issue Closes IDFCI-1532 See merge request espressif/esp-idf!21338
This commit is contained in:
@@ -737,7 +737,7 @@ esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
|
|||||||
return ESP_OK;
|
return ESP_OK;
|
||||||
free_phy:
|
free_phy:
|
||||||
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