From 700a6567563bc0f1b453785122e9b55a868d58e4 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 26 Sep 2022 05:34:05 -0400 Subject: [PATCH] engineSyncCam to be a drop-down not a number value #4611 --- firmware/controllers/algo/rusefi_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/controllers/algo/rusefi_types.h b/firmware/controllers/algo/rusefi_types.h index 7f47046e41..b263a3057c 100644 --- a/firmware/controllers/algo/rusefi_types.h +++ b/firmware/controllers/algo/rusefi_types.h @@ -77,6 +77,8 @@ using efitimems_t = uint32_t; using angle_t = float; +using engineSyncCam_e = uint8_t; + // mass in grams using mass_t = float;