Add call to rtc_reset
This commit is contained in:
parent
018f15de95
commit
a52d0c742e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user