fix vvt output pin test
This commit is contained in:
parent
7957c24552
commit
b9272ac863
|
@ -295,8 +295,7 @@ void fuelPumpBench() {
|
|||
|
||||
static void vvtValveBench(int vvtIndex) {
|
||||
#if EFI_VVT_PID
|
||||
pinbench(engineConfiguration->benchTestOnTime, engineConfiguration->benchTestOffTime, engineConfiguration->benchTestCount,
|
||||
getVvtOutputPin(vvtIndex));
|
||||
pinbench(BENCH_VVT_DURATION, 100.0, 1, getVvtOutputPin(vvtIndex));
|
||||
#endif // EFI_VVT_PID
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue