|
@@ -1185,7 +1185,7 @@ struct AlarmCodeData
|
|
|
//AlarmVal[13]
|
|
|
unsigned char DisconnectedFromDo :1; //bit 0
|
|
|
unsigned char MeterCommTimeout:1; //bit 1
|
|
|
- unsigned char PsuDipSwitchStestFail; //bit 1
|
|
|
+ unsigned char PsuDipSwitchStestFail:1; //bit 1
|
|
|
unsigned char Reserved :5; //bit 3~bit7
|
|
|
}bits;
|
|
|
}AlarmEvents;
|