diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2020-05-21 08:52:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-21 08:52:39 -0700 |
| commit | 3bb6a32a2078452d3278b185a15721391d78a9db (patch) | |
| tree | 4c8bead5f3228d8f2afe00f42cf1041825d67783 /ports/nrf | |
| parent | a43876ad1eb061350160ff5cc9f778cc9445c233 (diff) | |
| parent | edc5d8938e0360a61fcea03344d3c525d836048d (diff) | |
Merge branch 'master' into esp32s2_digitalio
Diffstat (limited to 'ports/nrf')
| -rw-r--r-- | ports/nrf/supervisor/port.c | 4 |
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 |
