fix(wifi): fixed task watchdog got triggered by esp_wifi_stop issue

This commit is contained in:
muhaidong
2024-04-11 12:03:11 +08:00
parent ec37cbf157
commit 6d97ebf35c
6 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ ic_get_he_rts_threshold_bytes = 0x40000c88;
lmacAdjustTimestamp = 0x40000c8c;
lmacDiscardAgedMSDU = 0x40000c90;
lmacDiscardMSDU = 0x40000c94;
lmacEndFrameExchangeSequence = 0x40000c98;
/*lmacEndFrameExchangeSequence = 0x40000c98;*/
lmacIsIdle = 0x40000c9c;
lmacIsLongFrame = 0x40000ca0;
lmacMSDUAged = 0x40000ca4;