don't accidentally put it back in a 64 bit num

This commit is contained in:
Matthew Kennedy 2024-04-25 16:54:27 -07:00 committed by rusefillc
parent 3127a1dcd2
commit 08378967c4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ float InstantRpmCalculator::calculateInstantRpm(
// now let's get precise angle for that event
angle_t prevIndexAngle = triggerFormDetails->eventAngles[prevIndex];
efitick_t time90ago = timeOfLastEvent[prevIndex];
auto time90ago = timeOfLastEvent[prevIndex];
// No previous timestamp, instant RPM isn't ready yet
if (time90ago == 0) {