mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 10:17:20 +02:00
Fix assert 524288
This commit is contained in:
@ -984,7 +984,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)
|
||||
{
|
||||
|
||||
ets_printf("\n##C##: BT version: high level int 0506\n");
|
||||
ets_printf("\n##C##: BT version: high level int 0507(based 0428)\n");
|
||||
esp_err_t err;
|
||||
uint32_t btdm_cfg_mask = 0;
|
||||
|
||||
|
Submodule components/bt/lib updated: 91324feac1...b5e2cb77f6
Reference in New Issue
Block a user