Commit eacd6f58 authored by 陈家乐's avatar 陈家乐

🐞 fix:水温格数获取函数内删除未使用的局部变量

parent 791a9ec3
...@@ -221,7 +221,7 @@ void Data_Coolant_Temp_Display ( void ) ...@@ -221,7 +221,7 @@ void Data_Coolant_Temp_Display ( void )
void Get_Coolant_Temp_Seg(uint16_t Temp_Value) void Get_Coolant_Temp_Seg(uint16_t Temp_Value)
{ {
uint8_t TempSeg; uint8_t TempSeg;
uint8_t CurTempSeg; //uint8_t CurTempSeg;
if(Temp_Value < 50) if(Temp_Value < 50)
{ {
......
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