forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-06-05 cf4d12fd8322cbb350dd3bc5af8c748e8790ac64
Function/STORAGE/sizhu_history_record.h
@@ -3,7 +3,7 @@
#include "sizhu_ctrl_word.h"
#include "system_general_para.h"
#include "system_mem_para.h"
/*ÈÕÖ¾¶¨ÒåÀàÐÍ*/
@@ -15,6 +15,10 @@
#pragma pack(1)
//¼ä¸ô¶³½áÈÕÖ¾ÄÚÈÝ
typedef struct log_sizhu_log_save_period_t
{
@@ -61,18 +65,12 @@
}LOG_SIZHU_LOG_SAVE_T;
typedef struct
{
   LOG_SIZHU_RUN_T per_period_log;
   LOG_SIZHU_RUN_T per_hour_log;
   LOG_SIZHU_RUN_T per_day_log;
   LOG_SIZHU_RUN_T per_month_log;
}LOG_SIZHU_HISTORY_RUN_T;
#pragma pack()
extern LOG_SIZHU_HISTORY_RUN_T      log_sizhu_history_run_g;
uint8_t sizhu_historical_eeprom_default_init(void);