refactoring: reducing outputChannels copy

This commit is contained in:
rusefi 2022-09-03 17:29:35 -04:00
parent 632bf967bb
commit 2a08cd5c2b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ cranking_fuel_s cranking
struct running_fuel_s
float postCrankingFuelCorrection
float intakeTemperatureCoefficient;@@GAUGE_NAME_FUEL_IAT_CORR@@
float coolantTemperatureCoefficient@@GAUGE_NAME_FUEL_CLT_CORR@@
float coolantTemperatureCoefficient;@@GAUGE_NAME_FUEL_CLT_CORR@@
float timeSinceCrankingInSecs
floatms_t baseFuel;