From 3b483986c0ff3ccc322143143ab77b61bcaa0513 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 18 Apr 2022 17:36:28 -0400 Subject: [PATCH] life is better without special characters --- firmware/controllers/algo/wall_fuel_state.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/algo/wall_fuel_state.txt b/firmware/controllers/algo/wall_fuel_state.txt index 13b7a4754a..27989c646d 100644 --- a/firmware/controllers/algo/wall_fuel_state.txt +++ b/firmware/controllers/algo/wall_fuel_state.txt @@ -1,6 +1,6 @@ struct_no_prefix wall_fuel_state_s -float wallFuelCorrection;* fuel injection time correction to account for wall wetting effect, for current cycle -floatms_t wallFuel;Amount of fuel on the wall, in ms of injector open time, for each injector. +float wallFuelCorrection;fuel injection time correction to account for wall wetting effect for current cycle +floatms_t wallFuel;Amount of fuel on the wall, in ms of injector open time for each injector. ! wall_fuel_state end_struct