From fa6053f85287163f6e2d5dba690bec05cbc95f4a Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Fri, 07 Jun 2024 17:00:49 +0800 Subject: [PATCH] 增加阀控事件记录及修改阀控命令 --- Soft/system_run_fun.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Soft/system_run_fun.h b/Soft/system_run_fun.h index 83d6c54..60c55c0 100644 --- a/Soft/system_run_fun.h +++ b/Soft/system_run_fun.h @@ -4,7 +4,7 @@ #include "system_general_para.h" #include "wireless_remote_comm.h" - +#include "sizhu_alarm_record.h" @@ -29,5 +29,7 @@ void sysRunFunCtrlPro(FUN_START_CTRL_PARA_T * sys_fun_run_ctrl_p,sClockBCD sys_clockBCD_in); +FlagStatus SysKeepRunningStatusGet(FUN_START_CTRL_PARA_T sys_fun_run_ctrl_in); + #endif -- Gitblit v1.9.3