Skip to content

Commit 739a6ef

Browse files
committed
Merge branch 'bugfix/fix_ble_lib_link_issue_esp32c3' into 'master'
Fixed ble lib linkage issue on esp32c3(edf923e) See merge request espressif/esp-idf!38788
2 parents 574b27d + f0d5227 commit 739a6ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_rom/esp32c3/ld/esp32c3.rom.eco7_bt_funcs.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ r_lld_con_terminate_max_evt_update = 0x40001c5c;
1818
r_llc_pref_param_compute_eco = 0x40001ce8;
1919
r_llc_hci_con_upd_info_send_eco = 0x40001cec;
2020
r_llc_rem_encrypt_proc_continue_eco = 0x40001cf0;
21-
r_llc_start_eco = 0x40001cf8;
2221
r_lld_ext_adv_dynamic_aux_pti_process_eco = 0x40001cfc;
2322
r_lld_adv_start_eco = 0x40001d04;
2423
r_lld_con_evt_canceled_cbk_eco = 0x40001d08;
@@ -127,4 +126,5 @@ r_hci_register_vendor_desc_tab = 0x40000d9c;
127126
r_lld_scan_process_pkt_rx_adv_rep = 0x40001284;
128127
r_register_esp_vendor_cmd_handler = 0x40001400;
129128
r_llc_llcp_pdu_handler_get_overwrite = 0x40001d5c;
129+
r_llc_start_eco = 0x40001cf8;
130130
*/

0 commit comments

Comments
 (0)