vr threshold test configuration

This commit is contained in:
Andrey 2021-09-26 03:01:25 -04:00
parent 65f8caa686
commit c5e50c5d97
1 changed files with 2 additions and 0 deletions

View File

@ -692,6 +692,8 @@ void setBoschHDEV_5_injectors(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
* set engine_type 108
*/
void setVrThresholdTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
engineConfiguration->trigger.type = TT_HONDA_1_24;
setHellenDefaultVrThresholds(PASS_CONFIG_PARAMETER_SIGNATURE);
engineConfiguration->vrThreshold[0].pin = GPIOB_4;
}