Skip to content

Commit d89db8d

Browse files
committed
fixup! nrf802154: Fix timer behaviour of the IFS timer
1 parent 085700b commit d89db8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cpu/nrf52/radio/nrf802154/nrf802154.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ static int _init(netdev_t *dev)
195195
int result = timer_init(NRF802154_TIMER, TIMER_FREQ, _timer_cb, NULL);
196196
assert(result >= 0);
197197
(void)result;
198+
timer_stop(NRF802154_TIMER);
198199

199200
/* initialize local variables */
200201
mutex_init(&_txlock);

0 commit comments

Comments
 (0)