Starter is engaged on start-up in pull-up configuration #1969

This commit is contained in:
rusefi 2020-11-25 23:59:11 -05:00
parent b189d85228
commit 63900429a6
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ void OutputPin::initPin(const char *msg, brain_pin_e brainPin, const pin_output_
actualValue = !actualValue; actualValue = !actualValue;
} }
if (actualValue) { if (actualValue) {
firmwareError(OBD_PCM_Processor_Fault, "startup pin state %s", hwPortname(brainPin)); firmwareError(OBD_PCM_Processor_Fault, "startup pin state %s %d %d", hwPortname(brainPin), actualValue, *outputMode);
} }
} }
} }