Skip to content

Commit c32214c

Browse files
authored
Merge pull request #2932 from simmel-project/nrf-rtc-reset
nrf: reset rtc as part of port_reset()
2 parents 0af5dd5 + 4cca455 commit c32214c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/nrf/supervisor/port.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ void reset_port(void) {
161161
pulsein_reset();
162162
#endif
163163

164+
#if CIRCUITPY_RTC
165+
rtc_reset();
166+
#endif
167+
164168
timers_reset();
165169

166170
#if CIRCUITPY_BLEIO

0 commit comments

Comments
 (0)