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>
This commit is contained in:
parent
0c22a981e6
commit
fd1987c185
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -169,7 +169,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: hal_espressif
|
- name: hal_espressif
|
||||||
revision: 82c93ea7f5e90f7e028dc59bfa351d774eb66f37
|
revision: e74df076fabc5f944900e02c1884282aeb60dad1
|
||||||
path: modules/hal/espressif
|
path: modules/hal/espressif
|
||||||
west-commands: west/west-commands.yml
|
west-commands: west/west-commands.yml
|
||||||
groups:
|
groups:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue