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
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user