VrThresholdTest

This commit is contained in:
rusefi 2021-10-02 15:18:45 -04:00
parent 8778c1467b
commit a32f172a03
1 changed files with 3 additions and 0 deletions

View File

@ -696,6 +696,9 @@ void setVrThresholdTest(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
setHellenDefaultVrThresholds(PASS_CONFIG_PARAMETER_SIGNATURE);
engineConfiguration->vrThreshold[0].pin = GPIOB_4;
engineConfiguration->triggerInputPins[0] = GPIOA_5;
engineConfiguration->triggerInputPins[1] = GPIOC_6;
}
/**