From 29651cb059e56969ed845b045ab46505c89dc0c5 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Mon, 13 May 2024 20:11:38 +0800
Subject: [PATCH] 继续完善电源管理

---
 Soft/system_run_fun.h |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/Soft/system_run_fun.h b/Soft/system_run_fun.h
index 8a634da..30daaae 100644
--- a/Soft/system_run_fun.h
+++ b/Soft/system_run_fun.h
@@ -1,9 +1,20 @@
 #ifndef _SYSTEM_RUN_FUN_H_
 #define _SYSTEM_RUN_FUN_H_
 #include "define_all.h"
+#include "system_general_para.h"
+#include "wireless_remote_comm.h"
 
 
 
+
+
+
+
+
+
+
+extern RS485_START_REASON	start_rs485_g;
+extern WRC_START_MEANS	start_wrc_g ;
 
 
 
@@ -16,5 +27,9 @@
 
 void sysRunFunParaInit(void);
 
+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