From 5ac1d0febb8de5e91ce2463baea68ddac3f66091 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Thu, 16 May 2024 20:00:17 +0800 Subject: [PATCH] 完善脉冲计费和485采集处理 --- Soft/system_run_fun.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Soft/system_run_fun.h b/Soft/system_run_fun.h index 83d6c54..30daaae 100644 --- a/Soft/system_run_fun.h +++ b/Soft/system_run_fun.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