h-bridge wastegate not alive on bench #4965
DC controller needs to be alive even if it's not serving ETB
This commit is contained in:
parent
69cfd619d0
commit
08e1874f00
|
@ -1064,9 +1064,6 @@ void doInitElectronicThrottle() {
|
||||||
if (hasPedal) {
|
if (hasPedal) {
|
||||||
firmwareError(OBD_PCM_Processor_Fault, "A pedal position sensor was configured, but no electronic throttles are configured.");
|
firmwareError(OBD_PCM_Processor_Fault, "A pedal position sensor was configured, but no electronic throttles are configured.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't start the thread if no throttles are in use.
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0 && ! EFI_UNIT_TEST
|
#if 0 && ! EFI_UNIT_TEST
|
||||||
|
|
Loading…
Reference in New Issue