Commit f64ae345 authored by 李俭双's avatar 李俭双

🐞 fix:修改导航距离显示

parent 3425eabe
...@@ -561,7 +561,7 @@ void SEG_SET_Navigation_STS(uint8_t m_Flag, uint8_t m_Code, uint32_t m_Mileage) ...@@ -561,7 +561,7 @@ void SEG_SET_Navigation_STS(uint8_t m_Flag, uint8_t m_Code, uint32_t m_Mileage)
} }
} }
if(m_Mileage < 1000) //if(m_Mileage < 1000)
{ {
IC1_SEG030 = IC_SEG_OFF; IC1_SEG030 = IC_SEG_OFF;
IC1_SEG130 = IC_SEG_ON; IC1_SEG130 = IC_SEG_ON;
......
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