Merge branch 'rebase/fix_ble_mem_leak_issue_rls' into 'release/v5.0'

fix ble mem leak when sleep is enabled

See merge request espressif/esp-idf!20528
This commit is contained in:
Jiang Jiang Jian 2022-10-13 10:49:46 +08:00
commit 2978de0f75
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 90749ea1cbbc568bc75a673b0d50b89322066a09
Subproject commit 47b2342221589d36905ecda1e63cf5267d02edcb

View File

@ -1367,7 +1367,6 @@ r_ble_phy_timer_start_now = 0x400018cc;
r_ble_phy_timer_stop = 0x400018d0;
r_ble_phy_tx_set_start_time = 0x400018d4;
r_ble_phy_txpwr_set = 0x400018dc;
r_ble_phy_update_encryption = 0x400018e4;
r_ble_phy_update_ifs = 0x400018e8;
r_ble_phy_xcvr_state_get = 0x400018ec;
r_ble_plf_set_log_level = 0x400018f0;