Skip to content

Commit fc966e4

Browse files
authored
Update esp32c3.rom.ld
1 parent cfefe94 commit fc966e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: tools/sdk/esp32c3/ld/esp32c3.rom.ld

+2-1
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ r_lld_con_tx_prog = 0x40001140;
10671067
r_lld_conn_dynamic_pti_process = 0x40001144;
10681068
r_lld_continue_scan_rx_isr_end_process = 0x40001148;
10691069
r_lld_ext_scan_dynamic_pti_process = 0x4000114c;
1070+
r_lld_ext_adv_dynamic_aux_pti_process = 0x40001b44;
10701071
r_lld_hw_cca_end_isr = 0x40001150;
10711072
r_lld_hw_cca_evt_handler = 0x40001154;
10721073
r_lld_hw_cca_isr = 0x40001158;
@@ -1896,7 +1897,7 @@ rom_read_sar2_code = 0x40001aa4;
18961897
rom_get_sar2_vol = 0x40001aa8;
18971898
rom_get_pll_vol = 0x40001aac;
18981899
rom_get_phy_target_power = 0x40001ab0;
1899-
/* rom_temp_to_power = 0x40001ab4; */
1900+
rom_temp_to_power = 0x40001ab4;
19001901
rom_phy_track_pll_cap = 0x40001ab8;
19011902
rom_phy_pwdet_always_en = 0x40001abc;
19021903
rom_phy_pwdet_onetime_en = 0x40001ac0;

0 commit comments

Comments
 (0)