Skip to content

Commit a52d0c7

Browse files
committed
Add call to rtc_reset
1 parent 018f15d commit a52d0c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/silabs/supervisor/port.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ void reset_port(void) {
188188
#if CIRCUITPY_BLEIO
189189
bleio_reset();
190190
#endif
191+
192+
#if CIRCUITPY_RTC
193+
rtc_reset();
194+
#endif
191195
}
192196

193197
void reset_to_bootloader(void) {

0 commit comments

Comments
 (0)