fix vvt output pin test

This commit is contained in:
andreika-git 2023-11-11 02:09:04 +02:00 committed by rusefillc
parent 7957c24552
commit b9272ac863
1 changed files with 1 additions and 2 deletions

View File

@ -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
}