Commit e22ee329 authored by 李向行's avatar 李向行

🐞 fix:修改J1939_18ECFF03掉线判断条件

parent 4911a810
......@@ -220,7 +220,7 @@ void CAN_J1939_FECA_Timeout_Count(CAN_1939_uint8_t taskTime)
CAN_1939_uint8_t CAN_J1939_18ECFF03_Timeout(void)
{
CAN_1939_uint8_t u8Timeout = 1U;
if (g_u1618ECFF00TimeoutCount >= 5000U)
if (g_u1618ECFF03TimeoutCount >= 5000U)
{
u8Timeout = 0U;
//添加掉线处理
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment