Skip to content

Commit 7b1a7cc

Browse files
fix(ble): fixed occasional assert triggered during controller disable on ESP32-C2
1 parent 6fac09d commit 7b1a7cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.ble-eco4.ld

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ r_ble_lll_scan_process_rsp_in_isr = 0x400016e8;
806806
r_ble_lll_scan_restart = 0x400016f0;
807807
r_ble_lll_scan_rx_isr_on_aux = 0x400016f4;
808808
r_ble_lll_scan_rx_isr_on_legacy = 0x400016f8;
809-
r_ble_lll_scan_rx_pkt_isr = 0x400016fc;
809+
//r_ble_lll_scan_rx_pkt_isr = 0x400016fc;
810810
r_ble_lll_scan_sched_next_aux = 0x40001700;
811811
r_ble_lll_scan_sched_remove = 0x40001704;
812812
r_ble_lll_scan_start = 0x40001708;
@@ -1156,8 +1156,8 @@ r_hal_timer_env_deinit = 0x40002f18;
11561156
r_ble_ll_env_deinit = 0x40002f1c;
11571157
r_ble_ll_generic_data_deinit = 0x40002f20;
11581158
//r_ble_hci_trans_env_deinit = 0x40002f24;
1159-
r_ble_ll_conn_callout_env_init = 0x40002f28;
1160-
r_ble_ll_conn_callout_env_deinit = 0x40002f2c;
1159+
//r_ble_ll_conn_callout_env_init = 0x40002f28;
1160+
//r_ble_ll_conn_callout_env_deinit = 0x40002f2c;
11611161
r_ble_ll_scan_callout_env_init = 0x40002f30;
11621162
r_ble_ll_scan_callout_env_deinit = 0x40002f34;
11631163
r_ble_ll_callout_env_init = 0x40002f38;

0 commit comments

Comments
 (0)