Skip to content

Commit 853a944

Browse files
akshatAditi-Lonkar
authored andcommitted
fix(esp_rom): Comment out unused function pointers in esp32c2 eco4 linker file
1 parent 1917e7f commit 853a944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,10 +1222,10 @@ ieee80211_send_nulldata = 0x40002110;
12221222
ieee80211_send_deauth = 0x40002120;
12231223
//ieee80211_tx_mgt_cb = 0x4000212c;
12241224
sta_rx_csa = 0x40002134;
1225-
sta_send_sa_query_req = 0x40002138;
1225+
/*sta_send_sa_query_req = 0x40002138;
12261226
sta_send_sa_query_resp = 0x4000213c;
12271227
sta_recv_sa_query_req = 0x40002140;
1228-
sta_recv_sa_query_resp = 0x40002144;
1228+
sta_recv_sa_query_resp = 0x40002144;*/
12291229
//ieee80211_parse_beacon = 0x40002148;
12301230
ieee80211_match_security = 0x40002154;
12311231
//ieee80211_parse_rsn = 0x4000215c;

0 commit comments

Comments
 (0)