暂存一下
This commit is contained in:
parent
714c2aa255
commit
e59352f078
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue