MRE pin reuse state validation fails #2006
This commit is contained in:
parent
0d2f8e67e7
commit
5dcf22cf74
|
@ -552,7 +552,8 @@ void OutputPin::initPin(const char *msg, brain_pin_e brainPin, const pin_output_
|
|||
actualValue = !actualValue;
|
||||
}
|
||||
if (actualValue) {
|
||||
firmwareError(OBD_PCM_Processor_Fault, "%s: startup pin state %s value=%d mode=%s", msg, hwPortname(brainPin), actualValue, getPin_output_mode_e(*outputMode));
|
||||
// todo: https://github.com/rusefi/rusefi/issues/2006
|
||||
// firmwareError(OBD_PCM_Processor_Fault, "%s: startup pin state %s value=%d mode=%s", msg, hwPortname(brainPin), actualValue, getPin_output_mode_e(*outputMode));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue