From 6e797b7c8ce7e71b86d67464b96c4eaa0de1f670 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Sun, 28 Apr 2024 19:59:24 +0800
Subject: [PATCH] 继续完善,开始添加远传功能

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

diff --git a/Soft/system_run_fun.c b/Soft/system_run_fun.c
index 631cb1b..e119f44 100644
--- a/Soft/system_run_fun.c
+++ b/Soft/system_run_fun.c
@@ -76,6 +76,8 @@
 	GPIO_EXTI_Init( KEY4_PORT, KEY4_PIN, EXTI_FALLING, ENABLE);
 	
 	
+	
+	
 	/*NVIC�����*/
 	NVIC_DisableIRQ(GPIO_IRQn);
 	NVIC_SetPriority(GPIO_IRQn,0);//�ж����ȼ�����

--
Gitblit v1.9.3