M73
This commit is contained in:
parent
6d5734c40e
commit
833f491f05
|
@ -213,6 +213,14 @@ GPIOA_6
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* set engine_type 63
|
||||||
|
*/
|
||||||
void setEngineBMW_M73_Proteus(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
void setEngineBMW_M73_Proteus(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
m73engine(PASS_CONFIG_PARAMETER_SIGNATURE);
|
m73engine(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
// 12 injectors defined in boards/proteus/board_configuration.cpp
|
||||||
|
|
||||||
|
engineConfiguration->throttlePedalPositionAdcChannel = EFI_ADC_6;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue