VVT bench at zero RPM

This commit is contained in:
Andrey 2023-11-10 22:08:50 -05:00 committed by rusefillc
parent b9272ac863
commit ff913e361f
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ public class SimulatorFunctionalTest {
ecu.sendCommand(getDisableCommand(Fields.CMD_SELF_STIMULATION));
IoUtil.awaitRpm(0);
// todo: fix me as well! testOutputPin(bench_mode_e.BENCH_VVT0_VALVE, Fields.BENCH_VVT_DURATION);
testOutputPin(bench_mode_e.BENCH_VVT0_VALVE, Fields.BENCH_VVT_DURATION);
}
private void assertHappyTriggerSimulator() throws InterruptedException {