From 6b0d1f644233b2984d2a87553de598879cf05caf Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 28 May 2024 17:24:59 +0800
Subject: [PATCH] 继续完善

---
 Function/STORAGE/sizhu_event_record.h |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/Function/STORAGE/sizhu_event_record.h b/Function/STORAGE/sizhu_event_record.h
index 1495c25..00207cc 100644
--- a/Function/STORAGE/sizhu_event_record.h
+++ b/Function/STORAGE/sizhu_event_record.h
@@ -2,6 +2,7 @@
 #define _SIZHU_EVENT_RECORD_H
 
 #include "system_general_para.h"
+#include "system_mem_para.h"
 
 /************************�洢�ռ�滮**************************/
 
@@ -50,18 +51,10 @@
 	
 }LOG_SIZHU_CALIBRATION_TIME_RECORD_SAVE_T;
 
-typedef struct log_event_para_t
-{
-	LOG_SIZHU_RUN_T  valve_action_log;
 
-	LOG_SIZHU_RUN_T  factory_reset_log;	
-
-	LOG_SIZHU_RUN_T  calibration_time_log;
-	
-}LOG_EVENT_PARA_T;
 #pragma pack()
 
-extern LOG_EVENT_PARA_T log_event_para_g;
+extern LOG_EVENT_CTRL_T log_event_para_g;
 
 void    sizhu_event_log_eeprom_default_init(void);
 uint8_t sizhu_valve_action_log_eeprom_default_init(void);

--
Gitblit v1.9.3