Explorar o código

ci: fix esp_phy_modem_deinit issue

liuning %!s(int64=3) %!d(string=hai) anos
pai
achega
d9ef6aed66
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/bt/controller/esp32c2/bt.c

+ 1 - 1
components/bt/controller/esp32c2/bt.c

@@ -737,7 +737,7 @@ esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
     return ESP_OK;
 free_phy:
     esp_phy_disable();
-    esp_phy_pd_mem_deinit();
+    esp_phy_modem_deinit();
 #if CONFIG_BT_NIMBLE_ENABLED
     ble_npl_eventq_deinit(nimble_port_get_dflt_eventq());
 #endif // CONFIG_BT_NIMBLE_ENABLED