mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(ble): fixed ld file for c2eco0 and c2eco4
This commit is contained in:
@ -706,7 +706,7 @@ r_ble_lll_conn_process_in_isr = 0x40001550;
|
||||
r_ble_lll_conn_recv_ack = 0x40001554;
|
||||
r_ble_lll_conn_recv_valid_packet = 0x40001558;
|
||||
r_ble_lll_conn_reset_pending_sched = 0x4000155c;
|
||||
r_ble_lll_conn_rx_pkt_isr = 0x40001560;
|
||||
//r_ble_lll_conn_rx_pkt_isr = 0x40001560;
|
||||
r_ble_lll_conn_sched_next_anchor = 0x40001564;
|
||||
r_ble_lll_conn_sched_next_event = 0x40001568;
|
||||
r_ble_lll_conn_set_slave_flow_control = 0x4000156c;
|
||||
|
@ -611,7 +611,7 @@ r_ble_lll_per_adv_coex_dpc_update_on_data_updated = 0x40001638;
|
||||
r_ble_lll_per_adv_coex_dpc_update_on_scheduled = 0x4000163c;
|
||||
r_ble_lll_per_adv_coex_dpc_update_on_start = 0x40001640;
|
||||
r_ble_lll_rfmgmt_is_enabled = 0x40001660;
|
||||
r_ble_lll_rfmgmt_release = 0x40001664;
|
||||
//r_ble_lll_rfmgmt_release = 0x40001664;
|
||||
r_ble_lll_rfmgmt_scan_changed = 0x40001670;
|
||||
r_ble_lll_rfmgmt_sched_changed = 0x40001674;
|
||||
r_ble_lll_rfmgmt_set_sleep_cb = 0x40001678;
|
||||
|
Reference in New Issue
Block a user