auto-sync
This commit is contained in:
parent
e6a01e4795
commit
e2f16872b4
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue