components/bt: update bt version log

This commit is contained in:
baohongde
2020-05-10 12:10:45 +08:00
committed by maojianxin
parent a77867d302
commit 8e15c53631

View File

@ -969,7 +969,7 @@ static void hli_queue_setup_pinned_to_core(int core_id)
esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg) esp_err_t esp_bt_controller_init(esp_bt_controller_config_t *cfg)
{ {
ets_printf("\n##C##: BT version: high level int 0507(based 0428)\n"); ets_printf("\n BT version: high level int 0510\n");
esp_err_t err; esp_err_t err;
uint32_t btdm_cfg_mask = 0; uint32_t btdm_cfg_mask = 0;