From ec1ec68ba7d175f39f5d4e066663cf29fa7c262a Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 14 May 2024 19:56:10 +0800
Subject: [PATCH] 开始增加脉冲、报警线处理

---
 Soft/system_run_fun.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Soft/system_run_fun.c b/Soft/system_run_fun.c
index 5257ca9..55c4549 100644
--- a/Soft/system_run_fun.c
+++ b/Soft/system_run_fun.c
@@ -9,6 +9,7 @@
 #include "lcd_io_api.h"
 #include "wireless_remote_comm.h"
 #include "power_manage.h"
+#include "pulse_and_alarm_line.h"
 
 RS485_START_REASON	start_rs485_g = RS485_START_REASON_NONE;
 WRC_START_MEANS	start_wrc_g = WRC_MEANS_NONE;
@@ -24,6 +25,8 @@
 	Lcd_GPIO_Init();
 	
 	Power_IO_Init();//��Դ���
+	
+	Pulse_And_Alarm_Line_IO_Init();
 	
 }
 
@@ -144,7 +147,8 @@
 	
 	//��塢����״̬���
 	
-	//������״̬���
+	//�����ߡ������߳�ʼ
+	
 	
 	
 	

--
Gitblit v1.9.3