manifest: hal_nordic: Update to nrfx 3.9.0
See https://github.com/zephyrproject-rtos/hal_nordic/pull/257. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
0b35b38ef5
commit
e92323f0c4
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ static int stop(const struct device *dev)
|
|||
{
|
||||
const struct counter_nrfx_config *config = dev->config;
|
||||
|
||||
nrf_timer_task_trigger(config->timer, NRF_TIMER_TASK_SHUTDOWN);
|
||||
nrf_timer_task_trigger(config->timer, NRF_TIMER_TASK_STOP);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
2
west.yml
2
west.yml
|
@ -188,7 +188,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_nordic
|
||||
revision: 2dbb2ed6cf461062bbac59a65b6e9d4576656350
|
||||
revision: 54bde38c6f6ffb3780b26ae728cf79426184384e
|
||||
path: modules/hal/nordic
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue