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_general_para.h |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/Soft/system_general_para.h b/Soft/system_general_para.h
index 0c93e8e..014e027 100644
--- a/Soft/system_general_para.h
+++ b/Soft/system_general_para.h
@@ -178,16 +178,6 @@
 
 
 
-
-
-
-
-
-
-
-
-
-
 //��־���в���
 typedef struct log_sizhu_run_t
 {
@@ -196,11 +186,6 @@
   uint32_t  	log_addr_begin;
 	
 }LOG_SIZHU_RUN_T;
-
-
-
-
-
 
 
 
@@ -222,7 +207,7 @@
 
 
 
-int mem_cmp_aray( const void * cs, const void * ct, u32 count );
+//int mem_cmp_aray( const void * cs, const void * ct, u32 count );
 
 uint8_t	TwoTimeCompara(uint8_t* TimeBCD1, uint8_t* TimeBCD2);//6�ֽ�BCDʱ���뵱ǰʱ��Ƚϣ���ǰʱ��󷵻�0����ȷ���1����ǰʱ��С����2��  ���⣬������ʱ���ʽ��ЧҲ����0������������
 

--
Gitblit v1.9.3