it's going to be painful

This commit is contained in:
Andrey 2023-05-05 14:15:27 -04:00
parent 10ece22bba
commit 49230d3195
1 changed files with 2 additions and 0 deletions

View File

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