Commit acadd4e3 authored by 时昊's avatar 时昊

feat:修改ldws功能外发

parent f57387f1
......@@ -593,7 +593,7 @@ void Can_Set_Buff_18A97121(canlib_uint8_t CopyData [])
p18A97121 = ( CANMsg18A97121Union * )CopyData;
if ( p18A97121 != ( void * )0 )
{
if(Get_NodeConfig_LWDS() == 1)
if((Get_NodeConfig_LWDS() == 1)&&(MenuData.Ldws == 2))
{
p18A97121->Sig.LaneDepWarnEnaCmd = 1;
}
......
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