B6 progress
This commit is contained in:
parent
fbd8188ee3
commit
7ce6ec7f13
|
@ -112,6 +112,13 @@ void setProteusVwPassatB6() {
|
||||||
#if HW_PROTEUS
|
#if HW_PROTEUS
|
||||||
commonPassatB6();
|
commonPassatB6();
|
||||||
#endif
|
#endif
|
||||||
|
gppwm_channel *coolantControl = &engineConfiguration->gppwm[0];
|
||||||
|
coolantControl->pin = PROTEUS_LS_5;
|
||||||
|
|
||||||
|
engineConfiguration->mainRelayPin = PROTEUS_LS_6;
|
||||||
|
|
||||||
|
gppwm_channel *lowPressureFuelPumpControl = &engineConfiguration->gppwm[1];
|
||||||
|
lowPressureFuelPumpControl->pin = PROTEUS_LS_7;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue