Skip to content

Commit 6149095

Browse files
authoredJul 12, 2020
Update delay.c
1 parent 7cea2d3 commit 6149095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cores/nRF5/delay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void RTC1_IRQHandler(void)
6565
(void)dummy;
6666
#endif
6767

68-
overflows = (overflows + 1) & 0xff;
68+
overflows = (overflows + 1);
6969
}
7070

7171
#ifdef __cplusplus

0 commit comments

Comments
 (0)