From 67af7470d74fef81e2fb51904dadbab34f674be2 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 29 Nov 2021 01:13:04 -0500 Subject: [PATCH] why so many channels are hidden in debug ? #3614 --- firmware/controllers/actuators/electronic_throttle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/actuators/electronic_throttle.cpp b/firmware/controllers/actuators/electronic_throttle.cpp index afa142670c..c412fe2107 100644 --- a/firmware/controllers/actuators/electronic_throttle.cpp +++ b/firmware/controllers/actuators/electronic_throttle.cpp @@ -530,7 +530,7 @@ void EtbController::update() { // Only debug throttle #1 if (m_function == ETB_Throttle1) { m_pid.postState(&tsOutputChannels.etbStatus); - tsOutputChannels.etbFeedForward = engine->engineState.etbFeedForward + tsOutputChannels.etbFeedForward = engine->engineState.etbFeedForward; tsOutputChannels.etbStatus.output = directPwmValue; } #endif /* EFI_TUNER_STUDIO */