Browse Source

2021-09-10 / Alston Lin
Actions
1. Tag an un-used structure

Files
1. As follow commit history

alston 3 năm trước cách đây
mục cha
commit
e6f76bcf5b
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      EVSE/Projects/define.h

+ 5 - 4
EVSE/Projects/define.h

@@ -176,6 +176,11 @@ Storage							0x0A200000-0x7FFFFFFF		1886 MB
 /**************************************************************************************/
 /****************** Share memory configuration value constant define ******************/
 /**************************************************************************************/
+struct NoneUse
+{
+	unsigned char		unknown;					// None use struct
+};
+
 enum SYSTEM_STATUS
 {
 	SYS_MODE_BOOTING		= 0,
@@ -320,10 +325,6 @@ enum OCPP_START_ID_TYPE {
 /****structure SysInfoData => shall NOT store the data to NAND flash***************/
 /****according to System Configuration and Information Table.xlsx Rev.0.2 *******/
 /**************************************************************************************/
-struct NoneUse
-{
-	unsigned char		unknown;					// None use struct
-};
 
 struct EthConfigData
 {