From c0fb13f1543a71a46a4de45f5d37f50e5ce95ce1 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期四, 19 十一月 2020 12:43:09 +0800
Subject: [PATCH] 去掉自动修改时间片操作

---
 Src/OnChipDevices/ADC.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Src/OnChipDevices/ADC.c b/Src/OnChipDevices/ADC.c
index 0270cbf..8f11431 100644
--- a/Src/OnChipDevices/ADC.c
+++ b/Src/OnChipDevices/ADC.c
@@ -1,6 +1,6 @@
 #include "ADC.h"
 #include "main.h"
-static uint16_t Get_ADC_Value()
+uint16_t Get_ADC_Value()
 {
 HAL_ADC_Start(&hadc);
  HAL_ADC_PollForConversion(&hadc, 10); 
@@ -29,6 +29,8 @@
 		last_value = 100;
 	if(last_value<0)
 		last_value = 0;
+}else{
+	last_value=0;
 }
 	return last_value;	
 }
\ No newline at end of file

--
Gitblit v1.9.3