From 6e3f1f560d618b37ee1a47fa2b0f682b70c3ef1c Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Wed, 19 Jun 2024 17:25:45 +0800
Subject: [PATCH] 增加OTA协议

---
 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