Skip to content

Commit aabab37

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/fix_esp32c2eco4_wifi_deinit_crash_issue_v53' into 'release/v5.3'
fix(wifi): fix esp32c2eco4 wifi deinit crash issue v53 See merge request espressif/esp-idf!35390
2 parents 48a7476 + fef3280 commit aabab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ieee80211_disassoc_construct = 0x40002044;
9494
//ieee80211_add_xrates = 0x40002058;
9595
//ieee80211_assoc_req_construct = 0x40002060;
9696
ieee80211_assoc_resp_construct = 0x40002064;
97-
ieee80211_timer_process = 0x4000208c;
97+
//ieee80211_timer_process = 0x4000208c;
9898
cnx_coexist_timeout = 0x40002090;
9999
//sta_recv_mgmt = 0x40002094;
100100
ieee80211_send_probereq = 0x4000209c;

0 commit comments

Comments
 (0)