vr threshold test configuration
This commit is contained in:
parent
7eee8138b2
commit
37dbc1ac2c
|
@ -692,6 +692,8 @@ void setBoschHDEV_5_injectors(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
* set engine_type 108
|
* set engine_type 108
|
||||||
*/
|
*/
|
||||||
void setVrThresholdTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
void setVrThresholdTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
|
engineConfiguration->trigger.type = TT_HONDA_1_24;
|
||||||
|
|
||||||
setHellenDefaultVrThresholds(PASS_CONFIG_PARAMETER_SIGNATURE);
|
setHellenDefaultVrThresholds(PASS_CONFIG_PARAMETER_SIGNATURE);
|
||||||
engineConfiguration->vrThreshold[0].pin = GPIOB_4;
|
engineConfiguration->vrThreshold[0].pin = GPIOB_4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue