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:
rusefillc 2023-01-16 16:15:00 -05:00
parent 69cfd619d0
commit 08e1874f00
1 changed files with 0 additions and 3 deletions

View File

@ -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