something is not right here :(

This commit is contained in:
rusefi 2019-01-14 00:01:35 -05:00
parent 274da1426d
commit 4b29af6e96
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ RpmCalculator::RpmCalculator() {
lastRpmEventTimeNt = (efitime_t) -10 * US2NT(US_PER_SECOND_LL);
revolutionCounterSinceBootForUnitTest = 0;
// WAT? how come removing this from here breaks tests if same zero default value
// is defined in field definition?
// WAT? this was just assigned a non-zero value a few lines above? which one is right?
lastRpmEventTimeNt = 0;
}