auto-sync

This commit is contained in:
rusEfi 2014-12-17 19:04:56 -06:00
parent a2c392a4b2
commit 4f9f9b9dbf
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ int RpmCalculator::rpm(DECLARE_ENGINE_PARAMETER_F) {
#endif
if (!isRunning(PASS_ENGINE_PARAMETER_F)) {
revolutionCounterSinceStart = 0;
return 0;
rpmValue = 0;
}
return rpmValue;
}