소스 검색

2020-02-10 / Kathy Yeh
1. modify TransactionData arry size of struct StructStopTransaction

Kathy_Yeh 5 년 전
부모
커밋
550ce9ca87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EVSE/Projects/define.h

+ 1 - 1
EVSE/Projects/define.h

@@ -3077,7 +3077,7 @@ struct StructStopTransaction
 															"UnlockCommand",
 															"DeAuthorized"
 														*/
-	struct StructMeterValue		TransactionData[0];
+	struct StructMeterValue		TransactionData[1];
 	struct StructIdTagInfo		ResponseIdTagInfo;
 };