暂存一下

This commit is contained in:
小马_666 2025-05-28 08:46:00 +08:00
parent 714c2aa255
commit e59352f078
2 changed files with 3 additions and 2 deletions

View File

@ -77,6 +77,7 @@
"xtr1common": "c", "xtr1common": "c",
"stddef.h": "c", "stddef.h": "c",
"netdev_ipaddr.h": "c", "netdev_ipaddr.h": "c",
"stdint.h": "c" "stdint.h": "c",
"stdarg.h": "c"
} }
} }

View File

@ -233,7 +233,7 @@ int main(void)
{ {
// 定义超时时间,单位为毫秒 // 定义超时时间,单位为毫秒
#define TIMEOUT_MS (3 * 60 * 1000) #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) if (Get_VIN_VoltageInt1000x() > 10000)
{ {