Extra gap ratios for custom trigger wheels fix #4375

This commit is contained in:
Andrey 2022-07-23 03:39:19 -04:00
parent 20a16bd53b
commit 7887b9d1e1
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#include "pch.h"
#include "trigger_decoder.h"
TEST(trigger, testCustomSkipped) {
EngineTestHelper eth(TEST_ENGINE);
engineConfiguration->trigger.customTotalToothCount = 24;
engineConfiguration->trigger.customSkippedToothCount = 2;
eth.setTriggerType(TT_TOOTHED_WHEEL);
}