Commit 53304d13 authored by 张金硕's avatar 张金硕

Merge branch 'dev' of http://tyw-server.synology.me:12345/shihao/haojin750tft into jinshuo

parents 1d30a564 a58378f5
...@@ -4288,7 +4288,7 @@ void AMT630H_GUI_BACKGRAND() ...@@ -4288,7 +4288,7 @@ void AMT630H_GUI_BACKGRAND()
} }
if(VechileSpeed_time < 4) if(VechileSpeed_time < 4)
{ {
VechileSpeed_time++; // VechileSpeed_time++;
} }
else else
{ {
......
...@@ -63,7 +63,7 @@ extern uint8_t g_u8Display_Mode_select; ...@@ -63,7 +63,7 @@ extern uint8_t g_u8Display_Mode_select;
extern uint8_t g_u8SelfCheck; extern uint8_t g_u8SelfCheck;
extern uint8_t VechileSpeed_time;
......
...@@ -69,6 +69,7 @@ void Sys_50ms_Tasks(void) ...@@ -69,6 +69,7 @@ void Sys_50ms_Tasks(void)
MenuData.Dis_Minute_Tenb = 5; MenuData.Dis_Minute_Tenb = 5;
MenuData.Dis_Minute_Bit = 9; MenuData.Dis_Minute_Bit = 9;
} }
VechileSpeed_time++;
} }
uint32_t ODOtest = 0; uint32_t ODOtest = 0;
......
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