B6 progress
This commit is contained in:
parent
f0fe8150b5
commit
68ba540638
|
@ -112,6 +112,13 @@ void setProteusVwPassatB6() {
|
|||
#if HW_PROTEUS
|
||||
commonPassatB6();
|
||||
#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