File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/esp_rom/esp32c2/ld Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,8 @@ r_ble_ll_conn_is_dev_connected = 0x40000dec;
233
233
r_ble_ll_conn_is_empty_pdu = 0x40000df0 ;
234
234
r_ble_ll_conn_is_lru = 0x40000df4 ;
235
235
r_ble_ll_conn_master_init = 0x40000df8 ;
236
- r_ble_ll_conn_module_deinit = 0x40000dfc ;
237
- r_ble_ll_conn_module_init = 0x40000e00 ;
236
+ // r_ble_ll_conn_module_deinit = 0x40000dfc;
237
+ // r_ble_ll_conn_module_init = 0x40000e00;
238
238
r_ble_ll_conn_module_reset = 0x40000e04 ;
239
239
r_ble_ll_conn_num_comp_pkts_event_send = 0x40000e0c ;
240
240
r_ble_ll_conn_prepare_tx_pdu = 0x40000e10 ;
@@ -694,7 +694,7 @@ r_ble_lll_conn_halt = 0x4000152c;
694
694
r_ble_lll_conn_master_common_init = 0x40001530 ;
695
695
r_ble_lll_conn_master_new = 0x40001534 ;
696
696
r_ble_lll_conn_module_deinit = 0x40001538 ;
697
- r_ble_lll_conn_module_init = 0x4000153c ;
697
+ // r_ble_lll_conn_module_init = 0x4000153c;
698
698
r_ble_lll_conn_module_reset = 0x40001540 ;
699
699
r_ble_lll_conn_no_mem_evt_pre_cb = 0x40001544 ;
700
700
r_ble_lll_conn_pre_process = 0x40001548 ;
You can’t perform that action at this time.
0 commit comments