From e59352f07817af86cdf33aecf598eec41dee4455 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: Wed, 28 May 2025 08:46:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- applications/main.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e6262bc..8fb96ba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -77,6 +77,7 @@ "xtr1common": "c", "stddef.h": "c", "netdev_ipaddr.h": "c", - "stdint.h": "c" + "stdint.h": "c", + "stdarg.h": "c" } } diff --git a/applications/main.c b/applications/main.c index 1278c2c..c98d3ae 100644 --- a/applications/main.c +++ b/applications/main.c @@ -233,7 +233,7 @@ int main(void) { // 定义超时时间,单位为毫秒 #define TIMEOUT_MS (3 * 60 * 1000) -#define WORK_TIMER_CNT (1000 * 60 * 60) +#define WORK_TIMER_CNT (1000 * 60 * 60 * 24) if (Get_VIN_VoltageInt1000x() > 10000) {