re-applying change

This commit is contained in:
rusefi 2019-11-12 22:56:56 -05:00
parent 08940cc6c0
commit c23cb5693a
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ static void timerValidationCallback(void *arg) {
* helps to make sure our GPT hardware settings are somewhat right
*/
static void validateHardwareTimer() {
if (hasFirmwareError()) {
return;
}
testSchedulingStart = currentTimeMillis();
// to save RAM let's use 'watchDogBuddy' here once before we enable watchdog