From 3e165b6f13bfaf66385d857819cacff6e4d6f37c Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期六, 20 六月 2020 22:31:03 +0800 Subject: [PATCH] 时间同步完成,多基站有问题,时间不对 --- Src/OnChipDevices/ADC.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/OnChipDevices/ADC.c b/Src/OnChipDevices/ADC.c index 0270cbf..de06e6d 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); -- Gitblit v1.9.3