This commit is contained in:
rusefillc 2023-01-16 15:53:06 -05:00
parent abf83c1b05
commit fe61c4cdd3
1 changed files with 1 additions and 0 deletions

View File

@ -1031,6 +1031,7 @@ void doInitElectronicThrottle() {
printf("doInitElectronicThrottle %s\n", boolToString(hasPedal));
#endif // EFI_UNIT_TEST
// these status flags are consumed by TS see rusefi.input TODO should those be outputs/live data not configuration?!
engineConfiguration->etb1configured = engineConfiguration->etb2configured = false;
// todo: technical debt: we still have DC motor code initialization in ETB-specific file while DC motors are used not just as ETB