Browse Source

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>
pull/81698/head
Carles Cufi 8 months ago committed by Henrik Brix Andersen
parent
commit
e92323f0c4
  1. 2
      drivers/counter/counter_nrfx_timer.c
  2. 2
      west.yml

2
drivers/counter/counter_nrfx_timer.c

@ -70,7 +70,7 @@ static int stop(const struct device *dev) @@ -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

@ -188,7 +188,7 @@ manifest: @@ -188,7 +188,7 @@ manifest:
groups:
- hal
- name: hal_nordic
revision: 2dbb2ed6cf461062bbac59a65b6e9d4576656350
revision: 54bde38c6f6ffb3780b26ae728cf79426184384e
path: modules/hal/nordic
groups:
- hal

Loading…
Cancel
Save