We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c421ce0 commit b527b59Copy full SHA for b527b59
drivers/counter/counter_nrfx_timer.c
@@ -70,7 +70,7 @@ static int stop(const struct device *dev)
70
{
71
const struct counter_nrfx_config *config = dev->config;
72
73
- nrf_timer_task_trigger(config->timer, NRF_TIMER_TASK_SHUTDOWN);
+ nrf_timer_task_trigger(config->timer, NRF_TIMER_TASK_STOP);
74
75
return 0;
76
}
west.yml
@@ -188,7 +188,7 @@ manifest:
188
groups:
189
- hal
190
- name: hal_nordic
191
- revision: 2dbb2ed6cf461062bbac59a65b6e9d4576656350
+ revision: 54bde38c6f6ffb3780b26ae728cf79426184384e
192
path: modules/hal/nordic
193
194
0 commit comments