浏览代码

2020-12-10 / Alston / Alston

Actions
1. Modify the size of 012306

Files
1. As follow commit history
Alston 4 年之前
父节点
当前提交
6fcd4ccad6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      EVSE/Projects/define.h

+ 1 - 1
EVSE/Projects/define.h

@@ -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;