make bluetooth and wifi use the same low power clock

This commit is contained in:
xiongweichao
2021-10-20 19:32:21 +08:00
parent 12ca203856
commit 23e8e497da
4 changed files with 59 additions and 2 deletions

View File

@@ -1080,7 +1080,6 @@ esp_err_t esp_bt_controller_deinit(void)
osi_funcs_p = NULL;
btdm_controller_status = ESP_BT_CONTROLLER_STATUS_IDLE;
btdm_lpcycle_us = 0;
return ESP_OK;
}