소스 검색

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;