This commit is contained in:
rusefi 2020-11-15 20:56:16 -05:00
parent d9f625c8ba
commit 5b45f25f09
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ void setVwPassatB6(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
lowPressureFuelPumpControl->loadAxis = GPPWM_FuelLoad; lowPressureFuelPumpControl->loadAxis = GPPWM_FuelLoad;
lowPressureFuelPumpControl->dutyIfError = 50; lowPressureFuelPumpControl->dutyIfError = 50;
setTable(lowPressureFuelPumpControl->table, (uint8_t)50); setTable(lowPressureFuelPumpControl->table, (uint8_t)50);
// TLE8888_PIN_24: "43 - GP Out 4" // "42 - Injector 4", somehow GP4 did not work? not enough current? not happy with diode?
lowPressureFuelPumpControl->pin = TLE8888_PIN_24; lowPressureFuelPumpControl->pin = TLE8888_PIN_4;
gppwm_channel *coolantControl = &engineConfiguration->gppwm[0]; gppwm_channel *coolantControl = &engineConfiguration->gppwm[0];