Extra gap ratios for custom trigger wheels fix #4375
This commit is contained in:
parent
43bc08bc24
commit
e3278ad925
|
@ -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);
|
||||
|
||||
}
|
Loading…
Reference in New Issue