From 926187cd177175530bfb2552b1f860be65306a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=5F666?= <13089258+pony-six-hundred-and-sixty-six@user.noreply.gitee.com> Date: Sun, 1 Dec 2024 15:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86ticks=E5=80=BC?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=EF=BC=8C=E9=98=B2=E6=AD=A2=E6=BA=A2=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/main.c b/applications/main.c index 8172db4..802cb5a 100644 --- a/applications/main.c +++ b/applications/main.c @@ -2,7 +2,7 @@ * @Author: mbw * @Date: 2024-10-23 17:14:16 * @LastEditors: mbw && 1600520629@qq.com - * @LastEditTime: 2024-12-01 14:44:58 + * @LastEditTime: 2024-12-01 15:55:01 * @FilePath: \ble_bjq_ch303rct6_ml307\applications\main.c * @Descrt_thread_ * @@ -156,7 +156,7 @@ int main(void) LED_CTRL(g, "1000,500", -1); LED_START(g); - uint16_t ticks = 0, gas_calibration_voltage; + uint32_t ticks = 0, gas_calibration_voltage; while (1) { gas_calibration_voltage = Get_Gas_VoltageInt1000x();