Browse Source

2019-12-26 /Eason Ynag
1. Change Module_AlarmDetect.c Reason: Added delay time.
2. Change Module_EventLogging.c Reason: Added delay time.

8009 5 years ago
parent
commit
80ba707a26

+ 1 - 1
EVSE/Projects/AW-Regular/Apps/Module_AlarmDetect.c

@@ -961,7 +961,7 @@ int main(void)
 			}
 		}
 
-		//sleep(1);
+		usleep(100000);
 	}
 
 	return FAIL;

+ 2 - 0
EVSE/Projects/AW-Regular/Apps/Module_EventLogging.c

@@ -336,6 +336,8 @@ int main(void)
 				}
 			}
 		}
+		
+		usleep(100000);
 	}
 
 	return FAIL;