it's going to be painful
This commit is contained in:
parent
10ece22bba
commit
49230d3195
|
@ -129,6 +129,8 @@ float getRunningFuel(float baseFuel) {
|
|||
correction *= engine->launchController.getFuelCoefficient();
|
||||
#endif
|
||||
|
||||
correction *= getLimpManager()->getLimitingFuelCorrection();
|
||||
|
||||
float runningFuel = baseFuel * correction;
|
||||
|
||||
efiAssert(ObdCode::CUSTOM_ERR_ASSERT, !cisnan(runningFuel), "NaN runningFuel", 0);
|
||||
|
|
Loading…
Reference in New Issue