Commit 1784a541 authored by 时昊's avatar 时昊

feat:删除无用代码

parent 51fcd388
......@@ -206,20 +206,6 @@ void Data_SortNWord(uint32_t *SortData, uint32_t len)
}
}
uint16_t Common_Get_Act_V_Speed_Limit(void)
{
uint16_t ret;
if (Act_V_Speed > 2400U)
{
ret = 2400U;
}
else
{
ret = Act_V_Speed;
}
return ret;
}
......@@ -70,7 +70,7 @@ extern uint16_t Common_Get_DispSpeed(void);
extern uint32_t Common_GetIgnOnTime(void); /*ms*/
extern uint32_t Common_GetIgnOffTime(void); /*ms*/
extern uint16_t Common_Get_Act_V_Speed_Limit(void);
extern uint32_t Data_Km_To_Mile(uint32_t Km);
......
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