Ver Fonte

2020-01-14 / Alston Lin

Action
1. Add a variable to psu structure for infypower

Files
1. As follow commit history
Alston há 5 anos atrás
pai
commit
798d09a592
1 ficheiros alterados com 1 adições e 0 exclusões
  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;
 };
 
 /************************************************************************************/