Skip to content

Commit d7d4dc7

Browse files
fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue
1 parent 6eb3d20 commit d7d4dc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1623,7 +1623,7 @@ dbg_lmac_rxtx_statis_dump = 0x40001e90;
16231623
dbg_lmac_hw_statis_dump = 0x40001e94;
16241624
dbg_lmac_diag_statis_dump = 0x40001e98;
16251625
dbg_lmac_ps_statis_dump = 0x40001e9c;
1626-
pp_timer_do_process = 0x40001ea0;
1626+
/*pp_timer_do_process = 0x40001ea0;*/
16271627
rcUpdateAMPDUParam = 0x40001ea4;
16281628
rcUpdatePhyMode = 0x40001ea8;
16291629
rcGetHighestRateIdx = 0x40001eac;

components/esp_rom/esp32c5/mp/esp32c5/ld/esp32c5.rom.pp.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ pp_coex_tx_release = 0x40000f08;
222222
ppAdd2AMPDUTail = 0x40000f0c;
223223
ppDirectRecycleAmpdu = 0x40000f10;
224224
ppRegressAmpdu = 0x40000f14;
225-
pp_timer_do_process = 0x40000f18;
225+
/*pp_timer_do_process = 0x40000f18;*/
226226
rcGetAmpduSched = 0x40000f1c;
227227
rcUpdateRxDone = 0x40000f20;
228228
rc_get_trc = 0x40000f24;

0 commit comments

Comments
 (0)