Обновление
This commit is contained in:
parent
d98c276fc2
commit
cc81708e7f
18
lib/candb.h
18
lib/candb.h
|
|
@ -25205,7 +25205,7 @@ typedef struct
|
||||||
// $1 = Active
|
// $1 = Active
|
||||||
// 1 : "Active"
|
// 1 : "Active"
|
||||||
// 0 : "Inactive
|
// 0 : "Inactive
|
||||||
"
|
|
||||||
uint8_t FIU_VoiceControlActive_Stat : 1; // Bits= 1
|
uint8_t FIU_VoiceControlActive_Stat : 1; // Bits= 1
|
||||||
|
|
||||||
// Indicates the SERVICE button state:
|
// Indicates the SERVICE button state:
|
||||||
|
|
@ -32003,9 +32003,9 @@ typedef struct
|
||||||
// Ultraviolet system error status
|
// Ultraviolet system error status
|
||||||
// 3 : "Component malfunction"
|
// 3 : "Component malfunction"
|
||||||
// 2 : "Supply chain short circuit
|
// 2 : "Supply chain short circuit
|
||||||
"
|
|
||||||
// 1 : "Supply chain break
|
// 1 : "Supply chain break
|
||||||
"
|
|
||||||
// 0 : "No error"
|
// 0 : "No error"
|
||||||
uint8_t CCU_UltravioletErr_Stat : 2; // Bits= 2
|
uint8_t CCU_UltravioletErr_Stat : 2; // Bits= 2
|
||||||
|
|
||||||
|
|
@ -32035,22 +32035,22 @@ typedef struct
|
||||||
// Ionization system error status
|
// Ionization system error status
|
||||||
// 4 : "Component malfunction"
|
// 4 : "Component malfunction"
|
||||||
// 3 : "Communication error
|
// 3 : "Communication error
|
||||||
"
|
|
||||||
// 2 : "Supply chain short circuit
|
// 2 : "Supply chain short circuit
|
||||||
"
|
|
||||||
// 1 : "Supply chain break
|
// 1 : "Supply chain break
|
||||||
"
|
|
||||||
// 0 : "No error"
|
// 0 : "No error"
|
||||||
uint8_t CCU_IonizationErr_Stat : 3; // Bits= 3
|
uint8_t CCU_IonizationErr_Stat : 3; // Bits= 3
|
||||||
|
|
||||||
// Aromatization system error status
|
// Aromatization system error status
|
||||||
// 4 : "Component malfunction"
|
// 4 : "Component malfunction"
|
||||||
// 3 : "Communication error
|
// 3 : "Communication error
|
||||||
"
|
|
||||||
// 2 : "Supply chain short circuit
|
// 2 : "Supply chain short circuit
|
||||||
"
|
|
||||||
// 1 : "Supply chain break
|
// 1 : "Supply chain break
|
||||||
"
|
|
||||||
// 0 : "No error"
|
// 0 : "No error"
|
||||||
uint8_t CCU_AromaErr_Stat : 3; // Bits= 3
|
uint8_t CCU_AromaErr_Stat : 3; // Bits= 3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue