fixing default

This commit is contained in:
rusefillc 2022-05-19 14:48:18 -04:00
parent 6256e10fd2
commit 5043ebfbcf
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ void setBoardDefaultConfiguration() {
engineConfiguration->clutchDownPinMode = PI_PULLDOWN;
engineConfiguration->launchActivationMode = CLUTCH_INPUT_LAUNCH;
// ? engineConfiguration->malfunctionIndicatorPin = Gpio::G4; //1E - Check Engine Light
engineConfiguration->vrThreshold[0].pin = H144_OUT_PWM6;
engineConfiguration->vrThreshold[0].pin = H144_OUT_PWM4;
}
/**