This commit is contained in:
parent
7a3b6387b5
commit
e532710b87
|
@ -12,8 +12,14 @@ EXTERN_CONFIG;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* set engine_type 62
|
* set engine_type 62
|
||||||
|
* VW_B6
|
||||||
*/
|
*/
|
||||||
|
void setVwPassatB6(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
|
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
||||||
|
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL_60_2;
|
||||||
|
engineConfiguration->vvtMode = VVT_BOSCH_QUICK_START;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue