auto-sync

This commit is contained in:
rusEfi 2016-11-04 22:02:42 -04:00
parent 0887b6d3cf
commit f0679835d1
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ void Engine::watchdog() {
return;
if (!isSpinning) {
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;
}