1
0
forked from me/IronOS

Test better reboots

This commit is contained in:
Ben V. Brown
2023-01-03 18:46:26 +11:00
parent 7fd7873b62
commit 706b3246a1
2 changed files with 2 additions and 6 deletions

View File

@@ -126,8 +126,7 @@ uint8_t getButtonB() {
}
void reboot() {
// Spin for watchdog
for (;;) {}
hal_system_reset();
}
void delay_ms(uint16_t count) {