Răsfoiți Sursa

[Improve][Module_LcmControl.c]
2022-10-19 / EASON YANG
Action:
1. Improve: Update date 2022-10-19.
2. Improve: Rename structure name StructLcmRunningCost.

File:
1. Module_LcmControl.c
Action 1
Action 2

LCM VERSION: V0.31

8009 2 ani în urmă
părinte
comite
1c8b72642c
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      EVSE/Projects/AW-CCS/Apps/LCM/Module_LcmControl.c

+ 4 - 4
EVSE/Projects/AW-CCS/Apps/LCM/Module_LcmControl.c

@@ -2,7 +2,7 @@
  * Module_LcmControl.c
  *
  * Created on : 2020-10-20
- * Update on : 2022-10-18
+ * Update on : 2022-10-19
  * Author : Folus Wen, Eason Yang
  * Version : V0.31
  *
@@ -112,7 +112,7 @@ struct timespec					startTime[AC_QUANTITY][TMR_IDX_FINAL_COUNTER];
 //=======================================
 // Declare Variable CDFA 2.0
 //=======================================
-struct StrcutLcmRunningCost
+struct StructLcmRunningCost
 {
 	unsigned char PREVIOUS_TIMESTAMP[36];
 	unsigned char PREVIOUS_TIMESTAMP_FOR_GRACE_MINUTES[36];
@@ -128,7 +128,7 @@ struct StrcutLcmRunningCost
 
 struct StructCaliforniaPricing
 {
-	struct StrcutLcmRunningCost		LcmRunningCost[AC_QUANTITY];
+	struct StructLcmRunningCost		LcmRunningCost[AC_QUANTITY];
 
 }CaliforniaPricing;
 
@@ -159,7 +159,7 @@ int CheckCurrentPageCounter = 0;
 //=======================================
 // Record version and date
 //=======================================
-char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.31", "2022-10-18", "REV.03.00"};
+char *FIRMWARE_UPDATE_IMAGE[3] = {"V0.31", "2022-10-19", "REV.03.00"};
 
 //=======================================
 // Common routine