Skip to content

Commit fef3280

Browse files
wangtao@espressif.comespressif-bot
authored andcommitted
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
1 parent 2c9ab21 commit fef3280

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)