From 4b29af6e96b45c33a0cda592c699081c9a042ce5 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 14 Jan 2019 00:01:35 -0500 Subject: [PATCH] something is not right here :( --- firmware/controllers/trigger/rpm_calculator.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/controllers/trigger/rpm_calculator.cpp b/firmware/controllers/trigger/rpm_calculator.cpp index 50e3c00832..76df9d05f7 100644 --- a/firmware/controllers/trigger/rpm_calculator.cpp +++ b/firmware/controllers/trigger/rpm_calculator.cpp @@ -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; }