From be25638397f3d28ad2c7b72c65556d3dad9872ba Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 12 Dec 2017 17:40:48 -0500 Subject: [PATCH] docs --- firmware/controllers/algo/fuel_math.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/controllers/algo/fuel_math.cpp b/firmware/controllers/algo/fuel_math.cpp index f947618a08..2fa5142c53 100644 --- a/firmware/controllers/algo/fuel_math.cpp +++ b/firmware/controllers/algo/fuel_math.cpp @@ -128,6 +128,7 @@ int getNumberOfInjections(injection_mode_e mode DECLARE_ENGINE_PARAMETER_SUFFIX) } /** + * This is more like MOSFET duty cycle since durations include injector lag * @see getCoilDutyCycle */ percent_t getInjectorDutyCycle(int rpm DECLARE_ENGINE_PARAMETER_SUFFIX) {