fix(coex): fix esp32c2/esp32c5/esp32c61 coexist memory leakage issue

This commit is contained in:
liuning
2024-10-11 17:57:14 +08:00
committed by BOT
parent 05173abc43
commit 99dbcf536c
5 changed files with 5 additions and 5 deletions

View File

@@ -225,7 +225,7 @@ pp_coex_tx_release = 0x40000e7c;
ppAdd2AMPDUTail = 0x40000e80;
ppDirectRecycleAmpdu = 0x40000e84;
ppRegressAmpdu = 0x40000e88;
pp_timer_do_process = 0x40000e8c;
/*pp_timer_do_process = 0x40000e8c;*/
rcGetAmpduSched = 0x40000e90;
rcUpdateRxDone = 0x40000e94;
rc_get_trc = 0x40000e98;