fixing build

This commit is contained in:
rusefi 2019-09-22 07:49:26 -04:00
parent 4f358c40d1
commit 196a57f813
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ void updateTunerStudioState(TunerStudioOutputChannels *tsOutputChannels DECLARE_
// 104
tsOutputChannels->rpmAcceleration engine->rpmCalculator.getRpmAcceleration();
tsOutputChannels->rpmAcceleration = engine->rpmCalculator.getRpmAcceleration();
// offset 108
// For air-interpolated tCharge mode, we calculate a decent massAirFlow approximation, so we can show it to users even without MAF sensor!
tsOutputChannels->massAirFlow = getAirFlowGauge(PASS_ENGINE_PARAMETER_SIGNATURE);