Преглед изворни кода

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