Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_beacon_eb_memory_leak_issue_v5.2' into 'rele…
Browse files Browse the repository at this point in the history
…ase/v5.2'

fix(wifi): fix beacon eb memory leak issue(Backport v5.2)

See merge request espressif/esp-idf!27924
  • Loading branch information
jack0c committed Dec 20, 2023
2 parents e49823f + 608d575 commit b4a6123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ wDevCheckBlockError = 0x400017b4;
/* wDev_IndicateFrame = 0x400017c8;*/
wDev_ProcessFiq = 0x400017f0;
wDev_ProcessRxSucData = 0x400017f4;
ppProcTxDone = 0x40001804;
/*ppProcTxDone = 0x40001804;*/
pm_tx_data_done_process = 0x40001808;
ppMapWaitTxq = 0x40001810;
ieee80211_encap_esfbuf = 0x4000185c;
Expand Down

0 comments on commit b4a6123

Please sign in to comment.