Browse Source

2020-01-14 / Alston Lin

Action
1. Add a variable to psu structure for infypower

Files
1. As follow commit history
Alston 5 years ago
parent
commit
798d09a592
1 changed files with 1 additions and 0 deletions
  1. 1 0
      EVSE/Projects/define.h

+ 1 - 0
EVSE/Projects/define.h

@@ -1226,6 +1226,7 @@ struct PsuData
 	unsigned char 			GroupCount;
 	unsigned char 			Work_Step;
 	unsigned char 			NeedBackTest;
+	unsigned char			ReqIdFeedbackFlag;
 };
 
 /************************************************************************************/