Commit eb3c323b authored by hu's avatar hu

修改参数错误

parent 575578b7
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
/*-------------------------------------------------------*/ /*-------------------------------------------------------*/
/*无车速限制值*/ /*无车速限制值*/
#define DISPSPEEDNULLMAX 66 #define DISPSPEEDNULLMAX 50
/*----------按键具体功能执行的回调函数-----------------------*/ /*----------按键具体功能执行的回调函数-----------------------*/
......
...@@ -176,7 +176,7 @@ uint8_t Common_Get_OverSpeed_Status(void) ...@@ -176,7 +176,7 @@ uint8_t Common_Get_OverSpeed_Status(void)
uint16_t DispVSpeed = 0u; uint16_t DispVSpeed = 0u;
uint16_t DataOverSpeedValue = 0u; uint16_t DataOverSpeedValue = 0u;
DataOverSpeedValue = K_Line_Set.Sig.K_Line_LID45; DataOverSpeedValue = K_Line_Set.K_Line_LID45;
DataOverSpeedValue *= 100u; DataOverSpeedValue *= 100u;
DispVSpeed = Common_Get_Disp_E_Speed(); DispVSpeed = Common_Get_Disp_E_Speed();
......
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