Skip to content

Commit bdad488

Browse files
Revert "[nrf fromtree] drivers: timer: nrf: Fix premature timeouts"
This reverts commit 2f0c4df. Signed-off-by: Martí Bolívar <[email protected]>
1 parent c9800b8 commit bdad488

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/timer/nrf_rtc_timer.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ static void prevent_false_prev_evt(void)
8888
k_busy_wait(15);
8989
event_clear();
9090
}
91-
92-
/* Clear interrupt that may have fired as we were setting the
93-
* comparator.
94-
*/
95-
NVIC_ClearPendingIRQ(RTC1_IRQn);
9691
}
9792

9893
/* If settings is next tick from now, function attempts to set next tick. If

0 commit comments

Comments
 (0)