Add call to rtc_reset

This commit is contained in:
RetiredWizard 2023-05-06 03:16:38 -04:00
parent 018f15de95
commit a52d0c742e

View File

@ -188,6 +188,10 @@ void reset_port(void) {
#if CIRCUITPY_BLEIO
bleio_reset();
#endif
#if CIRCUITPY_RTC
rtc_reset();
#endif
}
void reset_to_bootloader(void) {