diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 508ffbdcda..c48c510b52 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -218,8 +218,6 @@ struct_no_prefix engine_configuration_s #define VOLTAGE_1_BYTE_PACKING_DIV 0.02 #define PERCENT_TRIM_BYTE_PACKING_DIV 0.02 -#define PACK_MULT_VSS 100 - #define SCRIPT_TABLE_8 8 #define SCRIPT_CURVE_8 8 diff --git a/firmware/integration/rusefi_config_shared.txt b/firmware/integration/rusefi_config_shared.txt index 20362cce43..48ba741f4c 100644 --- a/firmware/integration/rusefi_config_shared.txt +++ b/firmware/integration/rusefi_config_shared.txt @@ -17,6 +17,7 @@ #define PACK_MULT_FUEL_MASS 100 #define PACK_PERCENT_BYTE_MULT 100.0 #define PACK_MULT_FUEL_FLOW 200 +#define PACK_MULT_VSS 100 #define GEARS_COUNT 8 #define EGT_CHANNEL_COUNT 8