Nissan VVT trigger decoder #2887

that looks like one bug
This commit is contained in:
Andrey 2021-07-05 22:50:44 -04:00
parent cf2e2a6451
commit 2e9e5c2745
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ TEST(engine, testRpmOfCrankOnly) {
}
TEST(engine, testRpmOfThreeTimesCrank) {
runRpmTest(FOUR_STROKE_THREE_TIMES_CRANK_SENSOR, 375);
runRpmTest(FOUR_STROKE_THREE_TIMES_CRANK_SENSOR, 250);
}