fixing build

This commit is contained in:
rusefi 2017-08-26 20:10:50 -04:00
parent 8bbd3fcc62
commit 8a7ad52f80
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ bool FuelSchedule::addFuelEventsForCylinder(int i DECLARE_ENGINE_PARAMETER_SUFF
// injection offset map not ready - we are not ready to schedule fuel events
return false;
}
const angle_t baseAngle = injectionOffset - injectionDuration;
angle_t baseAngle = injectionOffset - injectionDuration;
efiAssert(!cisnan(baseAngle), "NaN baseAngle", false);
assertAngleRange(baseAngle, "baseAngle_r");