Commit 97e16862 authored by 李俭双's avatar 李俭双

🐞 fix:45368 Definite: Using value of uninitialized automatic object '%s'.

parent 5b2a7bf0
......@@ -98,7 +98,8 @@ void Common_Set_Disp_V_Speed_Valid(DataValid_t Val)
uint16_t Common_Get_DispSpeed(void)
{
uint16_t m_Res;
uint16_t m_Res = 0;
return m_Res;
}
......
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