mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
Merge branch 'bugfix/fix_phy_test_crash' into 'master'
fix(PHY): Fixed phy test example crash Closes IDFGH-15957 and BLERP-2107 See merge request espressif/esp-idf!40707
This commit is contained in:
@@ -29,4 +29,3 @@ r_cca_init = 0;
|
|||||||
r_lld_hw_cca_evt_handler = 0;
|
r_lld_hw_cca_evt_handler = 0;
|
||||||
r_lld_sw_cca_evt_handler = 0;
|
r_lld_sw_cca_evt_handler = 0;
|
||||||
r_ble_sw_cca_check_isr = 0;
|
r_ble_sw_cca_check_isr = 0;
|
||||||
bt_bb_tx_cca_set = 0;
|
|
||||||
|
@@ -29,4 +29,3 @@ r_cca_init = 0x40000000;
|
|||||||
r_lld_hw_cca_evt_handler = 0x40000000;
|
r_lld_hw_cca_evt_handler = 0x40000000;
|
||||||
r_lld_sw_cca_evt_handler = 0x40000000;
|
r_lld_sw_cca_evt_handler = 0x40000000;
|
||||||
r_ble_sw_cca_check_isr = 0x40000000;
|
r_ble_sw_cca_check_isr = 0x40000000;
|
||||||
bt_bb_tx_cca_set = 0x40000000;
|
|
||||||
|
Reference in New Issue
Block a user