This commit is contained in:
Matthew Kennedy 2023-04-11 17:17:50 -07:00
parent fa41247fde
commit 0c644e2b2e
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ static float getInjectionAngleCorrection(float fuelMs, float oneDegreeUs) {
// Center of injection is half-corrected for duration
return injectionDurationAngle * 0.5f;
} else {
// End of injection gets "full correction" so we advance opening by the full duration
return injectionDurationAngle;
// End of injection gets "full correction" so we advance opening by the full duration
return injectionDurationAngle;
}
}