From a489e104f73fe7bbe78892b416f716ef501059cc Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期二, 12 三月 2024 11:07:13 +0800
Subject: [PATCH] 修复灯乱闪的bug

---
 APL/APL.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/APL/APL.c b/APL/APL.c
index 30aea77..0390e26 100644
--- a/APL/APL.c
+++ b/APL/APL.c
@@ -295,7 +295,7 @@
 uint8_t Input_5V_flag=0;
 void Input_5V_Poll (void)
 {
-    if(IsTypecCActive() == HIDO_TRUE/*&&Input_5V_flag==0*/)
+    if(IsTypecCActive() == HIDO_TRUE&&Input_5V_flag==0)
     {   Input_5V_flag=1;
         nomove_time=0;
         if(bat_percent>=90)

--
Gitblit v1.9.3