From 5c0795f03485a3601b4bf9abb36398f5a42d84d3 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 26 Nov 2021 15:48:42 -0500 Subject: [PATCH] random note --- firmware/controllers/trigger/trigger_decoder.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/controllers/trigger/trigger_decoder.cpp b/firmware/controllers/trigger/trigger_decoder.cpp index 73004bd472..ea1993bd35 100644 --- a/firmware/controllers/trigger/trigger_decoder.cpp +++ b/firmware/controllers/trigger/trigger_decoder.cpp @@ -245,6 +245,9 @@ float TriggerStateWithRunningStatistics::calculateInstantRpm( TriggerWaveform const & triggerShape, TriggerFormDetails *triggerFormDetails, uint32_t current_index, efitick_t nowNt) { + /** + * todo: Martin has this fatal error while feeding external RPM and changing trigger mode from 4 stoke cam to 4 stroke symmetrical + */ assertIsInBoundsWithResult((int)current_index, timeOfLastEvent, "calc timeOfLastEvent", 0); // Record the time of this event so we can calculate RPM from it later