random note

This commit is contained in:
rusefillc 2021-11-26 15:48:42 -05:00
parent 4b8c5f1671
commit 5c0795f034
1 changed files with 3 additions and 0 deletions

View File

@ -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