From 2859c7ebd162dd7bd6be3a28ee6f5d7f0df43c0c Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 6 Feb 2021 00:12:37 +0800 Subject: [PATCH] fix the bug that wifi connect fail --- components/esp_rom/esp32c3/ld/esp32c3.rom.ld | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld index 8909983fe2..0ef0ffd9b4 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.ld @@ -1527,7 +1527,6 @@ lmacReachShortLimit = 0x4000161c; lmacRecycleMPDU = 0x40001620; lmacRxDone = 0x40001624; lmacSetTxFrame = 0x40001628; -lmacTxDone = 0x4000162c; lmacTxFrame = 0x40001630; mac_tx_set_duration = 0x40001634; mac_tx_set_htsig = 0x40001638; @@ -1645,7 +1644,6 @@ wDev_ProcessRxSucData = 0x400017f4; wdevProcessRxSucDataAll = 0x400017f8; wdev_csi_len_align = 0x400017fc; ppDequeueTxDone_Locked = 0x40001800; -ppProcTxDone = 0x40001804; pm_tx_data_done_process = 0x40001808; config_is_cache_tx_buf_enabled = 0x4000180c; ppMapWaitTxq = 0x40001810;