Merge pull request #2932 from simmel-project/nrf-rtc-reset
nrf: reset rtc as part of port_reset()
This commit is contained in:
commit
c32214ccc7
@ -161,6 +161,10 @@ void reset_port(void) {
|
||||
pulsein_reset();
|
||||
#endif
|
||||
|
||||
#if CIRCUITPY_RTC
|
||||
rtc_reset();
|
||||
#endif
|
||||
|
||||
timers_reset();
|
||||
|
||||
#if CIRCUITPY_BLEIO
|
||||
|
Loading…
x
Reference in New Issue
Block a user