Merge branch 'bugfix/esp32c2_create_sync_lost_v5.0' into 'release/v5.0'

Fixed occasional failure to establish sync and occasional wdt timeout issues on ESP32C2

See merge request espressif/esp-idf!20862
This commit is contained in:
Jiang Jiang Jian
2022-11-02 11:35:00 +08:00
2 changed files with 1 additions and 3 deletions

View File

@ -1259,7 +1259,6 @@ r_ble_lll_scan_sched_next_aux = 0x40001700;
r_ble_lll_scan_sched_remove = 0x40001704;
r_ble_lll_scan_start = 0x40001708;
r_ble_lll_scan_start_rx = 0x4000170c;
r_ble_lll_scan_stop = 0x40001710;
r_ble_lll_scan_timer_cb = 0x40001718;
r_ble_lll_sched_adv_new = 0x4000171c;
r_ble_lll_sched_adv_resched_pdu = 0x40001720;
@ -1407,7 +1406,6 @@ r_hal_timer_read_tick = 0x40001980;
r_hal_timer_set_cb = 0x40001984;
r_hal_timer_set_exp_tick = 0x40001988;
r_hal_timer_start = 0x4000198c;
r_hal_timer_start_at = 0x40001990;
r_hal_timer_stop = 0x40001994;
r_hal_timer_task_start = 0x40001998;
r_ll_assert = 0x4000199c;