From 6a8e5d23b06d7ff5ddb9ab48e6f895e50f286d24 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 12 Jul 2021 21:25:39 -0400 Subject: [PATCH] vvt input but no mode should be a fatal #2955 a bit of a relevant improvement? --- firmware/controllers/algo/rusefi_enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/algo/rusefi_enums.h b/firmware/controllers/algo/rusefi_enums.h index 2b08c0be42..f94d33ad6b 100644 --- a/firmware/controllers/algo/rusefi_enums.h +++ b/firmware/controllers/algo/rusefi_enums.h @@ -447,7 +447,7 @@ typedef enum __attribute__ ((__packed__)) { /** * This mode is useful for troubleshooting and research - events are logged but no effects on phase synchronization */ - VVT_INACTIVE = 0, + VVT_INACTIVE = VM_VVT_INACTIVE, /** * Single-tooth cam sensor mode where TDC and cam signal happen in opposite 360 degree of 720 degree engine cycle