From 7f61757f92672615f61ab4902e66ba644fc3d058 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 12 Jun 2021 13:00:54 -0400 Subject: [PATCH] sorry last change for trans selector --- 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 c32b230bb9..ab74a25d68 100644 --- a/firmware/controllers/algo/rusefi_enums.h +++ b/firmware/controllers/algo/rusefi_enums.h @@ -990,7 +990,7 @@ typedef enum { Force_4bytes_size_antiLagActivationMode_e = ENUM_32_BITS, } antiLagActivationMode_e; -typedef enum { +typedef enum __attribute__ ((__packed__)) { ROLE_PARK = 0, ROLE_NEUTRAL = 1, ROLE_PARK_NEUTRAL = 2,