Skip to content

Commit b527b59

Browse files
committed
[nrf fromtree] manifest: hal_nordic: Update to nrfx 3.9.0
See zephyrproject-rtos/hal_nordic#257. Signed-off-by: Carles Cufi <[email protected]> (cherry picked from commit e92323f)
1 parent c421ce0 commit b527b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/counter/counter_nrfx_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static int stop(const struct device *dev)
7070
{
7171
const struct counter_nrfx_config *config = dev->config;
7272

73-
nrf_timer_task_trigger(config->timer, NRF_TIMER_TASK_SHUTDOWN);
73+
nrf_timer_task_trigger(config->timer, NRF_TIMER_TASK_STOP);
7474

7575
return 0;
7676
}

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ manifest:
188188
groups:
189189
- hal
190190
- name: hal_nordic
191-
revision: 2dbb2ed6cf461062bbac59a65b6e9d4576656350
191+
revision: 54bde38c6f6ffb3780b26ae728cf79426184384e
192192
path: modules/hal/nordic
193193
groups:
194194
- hal

0 commit comments

Comments
 (0)