Merge branch 'bugfix/update_config_in_esp32h2_chip' into 'master'

ble: update config in esp32h2 chip

See merge request espressif/esp-idf!22708
This commit is contained in:
Jiang Jiang Jian
2023-03-20 12:09:52 +08:00
4 changed files with 12 additions and 10 deletions

View File

@@ -659,7 +659,6 @@ esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
// modem_clock_select_lp_clock_source(PERIPH_BT_MODULE, MODEM_CLOCK_LPCLK_SRC_MAIN_XTAL, 249);
// esp_phy_modem_init();
esp_phy_enable();
bt_bb_v2_init_cmplx(PHY_ENABLE_VERSION_PRINT);
s_ble_active = true;
if (ble_osi_coex_funcs_register((struct osi_coex_funcs_t *)&s_osi_coex_funcs_ro) != 0) {