From deaf3df8a987f5cff0ac85c9f6ee12589c2c93ce Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 04 Jun 2024 20:00:52 +0800
Subject: [PATCH] 继续测试修改

---
 Function/POWER_MANAGE/power_manage.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Function/POWER_MANAGE/power_manage.h b/Function/POWER_MANAGE/power_manage.h
index cdbebdf..811ef95 100644
--- a/Function/POWER_MANAGE/power_manage.h
+++ b/Function/POWER_MANAGE/power_manage.h
@@ -23,9 +23,10 @@
 
 
 // ��綪ʧ
-#define ALKA_PWR_LOSE_PORT 	GPIOF
-#define ALKA_PWR_LOSE_PIN 	GPIO_Pin_11
-#define	ALKA_PWR_LOSE_IO_READ	GPIO_ReadInputDataBit(ALKA_PWR_LOSE_PORT, ALKA_PWR_LOSE_PIN)
+#define ALKA_PWR_LOSE_PORT 	GPIOH        //?PH0û���жϣ�����Ҫ�ģ���ʱ�������ó��жϼ��
+#define ALKA_PWR_LOSE_PIN 	GPIO_Pin_0
+//#define	ALKA_PWR_LOSE_IO_READ	GPIO_ReadInputDataBit(ALKA_PWR_LOSE_PORT, ALKA_PWR_LOSE_PIN)
+#define	ALKA_PWR_LOSE_IO_READ	 GPIOH_ReadInputDataBit(ALKA_PWR_LOSE_PIN)
 
 // ����⿪��
 #define ALKA_DETECTION_PORT 	GPIOF

--
Gitblit v1.9.3