auto-sync
This commit is contained in:
parent
0887b6d3cf
commit
f0679835d1
|
@ -268,7 +268,8 @@ void Engine::watchdog() {
|
||||||
return;
|
return;
|
||||||
if (!isSpinning) {
|
if (!isSpinning) {
|
||||||
if (!isRunningBenchTest() && enginePins.stopPins()) {
|
if (!isRunningBenchTest() && enginePins.stopPins()) {
|
||||||
firmwareError(CUSTOM_ERR_2ND_WATCHDOG, "Some pins were turned off by 2nd pass watchdog");
|
// todo: make this a firmwareError assuming functional tests would run
|
||||||
|
warning(CUSTOM_ERR_2ND_WATCHDOG, "Some pins were turned off by 2nd pass watchdog");
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue