♻️ Move watchdog to MarlinHAL
This commit is contained in:
@@ -221,7 +221,7 @@ bool resume_from_fault() {
|
||||
// So we'll just need to refresh the watchdog for a while and then stop for the system to reboot
|
||||
uint32_t last = start;
|
||||
while (PENDING(last, end)) {
|
||||
watchdog_refresh();
|
||||
hal.watchdog_refresh();
|
||||
while (millis() == last) { /* nada */ }
|
||||
last = millis();
|
||||
MinSerial::TX('.');
|
||||
|
Reference in New Issue
Block a user