summaryrefslogtreecommitdiff
path: root/ports/nrf
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-05-21 08:52:39 -0700
committerGitHub <noreply@github.com>2020-05-21 08:52:39 -0700
commit3bb6a32a2078452d3278b185a15721391d78a9db (patch)
tree4c8bead5f3228d8f2afe00f42cf1041825d67783 /ports/nrf
parenta43876ad1eb061350160ff5cc9f778cc9445c233 (diff)
parentedc5d8938e0360a61fcea03344d3c525d836048d (diff)
Merge branch 'master' into esp32s2_digitalio
Diffstat (limited to 'ports/nrf')
-rw-r--r--ports/nrf/supervisor/port.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/nrf/supervisor/port.c b/ports/nrf/supervisor/port.c
index ce5be5424..ea09115f7 100644
--- a/ports/nrf/supervisor/port.c
+++ b/ports/nrf/supervisor/port.c
@@ -161,6 +161,10 @@ void reset_port(void) {
pulsein_reset();
#endif
+#if CIRCUITPY_RTC
+ rtc_reset();
+#endif
+
timers_reset();
#if CIRCUITPY_BLEIO