From d91ac630ac0e13ea31919052ea2bc54cafef583b Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Fri, 19 Apr 2024 17:20:14 +0800
Subject: [PATCH] 继续搭建系统软件

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

diff --git a/Soft/system_general_para.h b/Soft/system_general_para.h
index 632e35d..d6e2459 100644
--- a/Soft/system_general_para.h
+++ b/Soft/system_general_para.h
@@ -121,10 +121,24 @@
 }LOG_SIZHU_RUN_T;
 
 
+
+
+
+
+
+
+
+
 //extern uint8_t read_data_buf_A_l[200];
 //extern uint8_t read_data_buf_B_l[200];
 //extern uint8_t read_data_buf_C_l[200];
 
+extern __IO FlagStatus sys_run_period; // ϵͳ��������
+
+
+
+
+
 ErrorStatus  ucharcmp(uint8_t *dataA,uint8_t *dataB,u16 data_length);
 void arrayA_2_arrayB(uint8_t * aA , uint8_t * aB, u16 len, BIG_OR_LITTLE_ENDIAN mode) ;
 

--
Gitblit v1.9.3