From 6cdfec30144a070f84419a2eeadc57fdf411fb55 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 1 Feb 2021 00:42:53 -0500 Subject: [PATCH] M62T vanos support #2243 --- firmware/integration/rusefi_config.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 5f7c63349a..73380f55a9 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -81,8 +81,9 @@ struct_no_prefix engine_configuration_s ! V engines or flat engines would have pairs of shafts with same trigger shape and target position #define BANKS_COUNT 2 +#define CAMS_PER_BANK 2 -#define CAM_INPUTS_COUNT 4 +#define CAM_INPUTS_COUNT BANKS_COUNT * CAMS_PER_BANK #define SERVO_COUNT 8