Skip to content

Commit

Permalink
fix(wifi): fix beacon eb memory leak issue
Browse files Browse the repository at this point in the history
  • Loading branch information
muhaidong committed Dec 14, 2023
1 parent 41ca909 commit 608d575
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 608d575

Please sign in to comment.