This commit is contained in:
rusefi 2017-08-28 19:36:12 -04:00
parent 60832aa735
commit 61a837ee43
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ static void testCltByR(float resistance) {
return;
}
// we expect slowPeriodicCallback to already update configuration in the curve helper class see setConfig
// we expect periodicSlowCallback to already update configuration in the curve helper class see setConfig
float kTemp = engine->engineState.cltCurve.getKelvinTemperatureByResistance(resistance);
scheduleMsg(logger, "for R=%f we have %f", resistance, (kTemp - KELV));
}