auto-sync

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

View File

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