From cc81708e7f643c75cc3e3fe50f0434ce1c20855e Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 5 Dec 2025 14:59:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/candb.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/candb.h b/lib/candb.h index 5b76e00..c29057f 100644 --- a/lib/candb.h +++ b/lib/candb.h @@ -25205,7 +25205,7 @@ typedef struct // $1 = Active // 1 : "Active" // 0 : "Inactive -" + uint8_t FIU_VoiceControlActive_Stat : 1; // Bits= 1 // Indicates the SERVICE button state: @@ -32003,9 +32003,9 @@ typedef struct // Ultraviolet system error status // 3 : "Component malfunction" // 2 : "Supply chain short circuit -" + // 1 : "Supply chain break -" + // 0 : "No error" uint8_t CCU_UltravioletErr_Stat : 2; // Bits= 2 @@ -32035,22 +32035,22 @@ typedef struct // Ionization system error status // 4 : "Component malfunction" // 3 : "Communication error -" + // 2 : "Supply chain short circuit -" + // 1 : "Supply chain break -" + // 0 : "No error" uint8_t CCU_IonizationErr_Stat : 3; // Bits= 3 // Aromatization system error status // 4 : "Component malfunction" // 3 : "Communication error -" + // 2 : "Supply chain short circuit -" + // 1 : "Supply chain break -" + // 0 : "No error" uint8_t CCU_AromaErr_Stat : 3; // Bits= 3