Commit 1ce56689 authored by 陈家乐's avatar 陈家乐

🐞 fix:52592 执行天有为内部清零策略后TCS指示灯开窗但背光不亮

parent 4b20b61d
...@@ -76,7 +76,7 @@ void Gauge_Service(void) ...@@ -76,7 +76,7 @@ void Gauge_Service(void)
{ {
if (k == 24 || k == 21 || k == 13 || k == 26) if (k == 24 || k == 21 || k == 13 || k == 26)
{ {
k ++; //k ++;
} }
else else
{ {
......
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