Skip to content

Commit

Permalink
fix(esp_rom): Comment out unused function pointers in esp32c2 eco4 li…
Browse files Browse the repository at this point in the history
…nker file
  • Loading branch information
akshat authored and espressif-bot committed Nov 13, 2024
1 parent 862f3bd commit 9ec62ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,10 @@ ieee80211_send_nulldata = 0x40002110;
ieee80211_send_deauth = 0x40002120;
//ieee80211_tx_mgt_cb = 0x4000212c;
sta_rx_csa = 0x40002134;
sta_send_sa_query_req = 0x40002138;
/*sta_send_sa_query_req = 0x40002138;
sta_send_sa_query_resp = 0x4000213c;
sta_recv_sa_query_req = 0x40002140;
sta_recv_sa_query_resp = 0x40002144;
sta_recv_sa_query_resp = 0x40002144;*/
//ieee80211_parse_beacon = 0x40002148;
ieee80211_match_security = 0x40002154;
//ieee80211_parse_rsn = 0x4000215c;
Expand Down

0 comments on commit 9ec62ba

Please sign in to comment.