From fe61c4cdd30112a71ba11611929e22747894e60b Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 16 Jan 2023 15:53:06 -0500 Subject: [PATCH] docs --- firmware/controllers/actuators/electronic_throttle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/controllers/actuators/electronic_throttle.cpp b/firmware/controllers/actuators/electronic_throttle.cpp index 9460fd6743..c2b05638a1 100644 --- a/firmware/controllers/actuators/electronic_throttle.cpp +++ b/firmware/controllers/actuators/electronic_throttle.cpp @@ -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