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;
233233r_ble_ll_conn_is_empty_pdu = 0x40000df0 ;
234234r_ble_ll_conn_is_lru = 0x40000df4 ;
235235r_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;
238238r_ble_ll_conn_module_reset = 0x40000e04 ;
239239r_ble_ll_conn_num_comp_pkts_event_send = 0x40000e0c ;
240240r_ble_ll_conn_prepare_tx_pdu = 0x40000e10 ;
@@ -694,7 +694,7 @@ r_ble_lll_conn_halt = 0x4000152c;
694694r_ble_lll_conn_master_common_init = 0x40001530 ;
695695r_ble_lll_conn_master_new = 0x40001534 ;
696696r_ble_lll_conn_module_deinit = 0x40001538 ;
697- r_ble_lll_conn_module_init = 0x4000153c ;
697+ // r_ble_lll_conn_module_init = 0x4000153c;
698698r_ble_lll_conn_module_reset = 0x40001540 ;
699699r_ble_lll_conn_no_mem_evt_pre_cb = 0x40001544 ;
700700r_ble_lll_conn_pre_process = 0x40001548 ;
You can’t perform that action at this time.
0 commit comments