Browse Source

west.yml: fix ble issue in hal_espressif

Fix wrong address in BT adapter file that causes bt_disable
to crash. Make sure interrupt handler pointer gets proper value.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
pull/91694/head
Sylvio Alves 4 weeks ago committed by Benjamin Cabé
parent
commit
fd1987c185
  1. 2
      west.yml

2
west.yml

@ -169,7 +169,7 @@ manifest: @@ -169,7 +169,7 @@ manifest:
groups:
- hal
- name: hal_espressif
revision: 82c93ea7f5e90f7e028dc59bfa351d774eb66f37
revision: e74df076fabc5f944900e02c1884282aeb60dad1
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:

Loading…
Cancel
Save