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
610c4e41a1
commit
6eaad9e76b
|
@ -1064,9 +1064,6 @@ void doInitElectronicThrottle() {
|
|||
if (hasPedal) {
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue