we have great CI
This commit is contained in:
rusefillc 2022-04-19 13:57:39 -04:00
parent 98eba617c2
commit 7534d2a963
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ void setManualIdleValvePosition(int positionPercent) {
static void startInputPinIfValid(const char *msg, brain_pin_e pin, pin_input_mode_e mode) {
if (isBrainPinValid(pin)) {
efiSetPadMode(msg, engineConfiguration->clutchDownPin, getInputMode(mode));
efiSetPadMode(msg, pin, getInputMode(mode));
}
}