File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
components/esp_rom/esp32/ld Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1474,7 +1474,7 @@ PROVIDE ( uart_tx_switch = 0x40009028 );
14741474
14751475/*
14761476These functions are part of the ROM GPIO driver. We do not use them; the provided esp-idf functions
1477- replace them and this way we can re-use the fixed RAM addresses these routines need.
1477+ replace them and this way we can reuse the fixed RAM addresses these routines need.
14781478*/
14791479/* <-- So you don't read over it: This comment disables the next lines.
14801480PROVIDE ( gpio_init = 0x40009c20 );
@@ -1623,6 +1623,7 @@ PROVIDE ( ld_acl_sniff_trans_sched = 0x40033734 );
16231623PROVIDE ( lc_pwr_decr_ind_handler = 0x4002859c );
16241624PROVIDE ( lc_pwr_incr_ind_handler = 0x400284a8 );
16251625PROVIDE ( lc_pwr_max_ind_handler = 0x40028690 );
1626+ PROVIDE ( lc_setup_sync_param_check = 0x4002354c );
16261627
16271628PROVIDE ( lm_sync_conf = 0x3ffb8348 );
16281629PROVIDE ( lm_nb_sync_active = 0x3ffb8346 );
You can’t perform that action at this time.
0 commit comments