fix(coex): fix esp32 crash issue, fix esp32c6 rx issue

This commit is contained in:
liuning 2024-07-19 19:23:58 +08:00
parent 0d9dd8b10e
commit d562f9f4f0
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ trcAmpduSetState = 0x40000fa0;
trc_set_bf_report_rate = 0x40000fa4;
trc_onPPTxDone = 0x40000fa8;
wDevCheckBlockError = 0x40000fac;
wDev_AppendRxBlocks = 0x40000fb0;
/*wDev_AppendRxBlocks = 0x40000fb0;*/
wDev_DiscardFrame = 0x40000fb4;
wDev_GetNoiseFloor = 0x40000fb8;
wDev_IndicateAmpdu = 0x40000fbc;

@ -1 +1 @@
Subproject commit eff8552fc2c890de9304250192e542d7a38c3480
Subproject commit ce181b3e947d3d8495c17b9881930816bb94ed58