Commit eb3c323b authored by hu's avatar hu

修改参数错误

parent 575578b7
......@@ -16,7 +16,7 @@
/*-------------------------------------------------------*/
/*无车速限制值*/
#define DISPSPEEDNULLMAX 66
#define DISPSPEEDNULLMAX 50
/*----------按键具体功能执行的回调函数-----------------------*/
......
......@@ -176,7 +176,7 @@ uint8_t Common_Get_OverSpeed_Status(void)
uint16_t DispVSpeed = 0u;
uint16_t DataOverSpeedValue = 0u;
DataOverSpeedValue = K_Line_Set.Sig.K_Line_LID45;
DataOverSpeedValue = K_Line_Set.K_Line_LID45;
DataOverSpeedValue *= 100u;
DispVSpeed = Common_Get_Disp_E_Speed();
......@@ -957,4 +957,4 @@ void Common_Set_Can_Engine_Oil_Num(uint32_t Val)
uint32_t Common_Get_Can_Engine_Oil_Num(void)
{
return Can_Engine_Oil_Num;
}
\ No newline at end of file
}
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