We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085700b commit d89db8dCopy full SHA for d89db8d
1 file changed
cpu/nrf52/radio/nrf802154/nrf802154.c
@@ -195,6 +195,7 @@ static int _init(netdev_t *dev)
195
int result = timer_init(NRF802154_TIMER, TIMER_FREQ, _timer_cb, NULL);
196
assert(result >= 0);
197
(void)result;
198
+ timer_stop(NRF802154_TIMER);
199
200
/* initialize local variables */
201
mutex_init(&_txlock);
0 commit comments