From 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 25 十一月 2024 14:51:23 +0800 Subject: [PATCH] add UltraSonic and MultiWireLess --- ComLib/Src/debug.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ComLib/Src/debug.c b/ComLib/Src/debug.c index dfe37f0..941ea2b 100644 --- a/ComLib/Src/debug.c +++ b/ComLib/Src/debug.c @@ -203,10 +203,10 @@ nextchannel = LL_ADC_CHANNEL_7; if (KMem.ADCValues[0] < 1500) { - PowerDownEvent=1; + PowerDownFlag=1; }else { - PowerDownEvent=0; + PowerDownFlag=0; } } else if ((channels & LL_ADC_CHANNEL_7) == LL_ADC_CHANNEL_7) -- Gitblit v1.9.1