Skip to content

Commit

Permalink
Merge branch 'rebase/fix_ble_mem_leak_issue' into 'master'
Browse files Browse the repository at this point in the history
fix ble mem leak when sleep is enabled

See merge request espressif/esp-idf!20527
  • Loading branch information
jack0c committed Oct 13, 2022
2 parents 6cfa88e + 071abb4 commit 55eaf66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/bt/controller/lib_esp32c2/esp32c2-bt-lib
1 change: 0 additions & 1 deletion components/esp_rom/esp32c2/ld/esp32c2.rom.ld
Expand Up @@ -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;
Expand Down

0 comments on commit 55eaf66

Please sign in to comment.