Merge branch 'bugfix/fix_esp32c6_rxappend_esp32_tbtt_delay' into 'master'

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

Closes WIFI-6528 and WIFIBUG-608

See merge request espressif/esp-idf!32252
This commit is contained in:
Jiang Jiang Jian
2024-07-23 15:41:57 +08:00
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;