From f03cf3ae7a36954e64fc014e6bb7afd20c5a5247 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Wed, 12 Jun 2024 17:22:08 +0800 Subject: [PATCH] 增加IAP功能,准备测试上位机升级 --- 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