mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(rom): fix rom ld for v5.1
This commit is contained in:
@@ -48,7 +48,7 @@ ieee80211_copy_eb_header = 0x40000bb4;
|
||||
ieee80211_recycle_cache_eb = 0x40000bb8;
|
||||
ieee80211_search_node = 0x40000bbc;
|
||||
ieee80211_crypto_encap = 0x40000bc0;
|
||||
ieee80211_crypto_decap = 0x40000bc4;
|
||||
/* ieee80211_crypto_decap = 0x40000bc4; */
|
||||
ieee80211_decap = 0x40000bc8;
|
||||
wifi_is_started = 0x40000bcc;
|
||||
ieee80211_gettid = 0x40000bd0;
|
||||
|
@@ -56,7 +56,7 @@ mac_tx_set_duration = 0x40000c60;
|
||||
//mac_tx_set_plcp0 = 0x40000c64;
|
||||
//mac_tx_set_plcp1 = 0x40000c68;
|
||||
mac_tx_set_plcp2 = 0x40000c6c;
|
||||
pm_check_state = 0x40000c70;
|
||||
/* pm_check_state = 0x40000c70; */
|
||||
/* pm_disable_dream_timer = 0x40000c74; */
|
||||
pm_disable_sleep_delay_timer = 0x40000c78;
|
||||
pm_dream = 0x40000c7c;
|
||||
|
Reference in New Issue
Block a user