Commit fe4d78da authored by 李冠华's avatar 李冠华

feat:修改故障码指示扳子只要有故障码就按闪烁处理

parent 03e1b07e
......@@ -162,7 +162,7 @@ void Gauge_faultcode_Display(void)
uint16_t u16faucodelValue = Get_FaultCode_Value();
uint8_t u8FaultCodeNum = Get_FaultCode_Num();
SEG_SET_Fault_Code(u8faucodeValid, u16faucodelValue, 0);
SEG_SET_Fault_Code_Spanner(u8faucodeValid, 0, u8FaultCodeNum);
SEG_SET_Fault_Code_Spanner(u8faucodeValid, 0, u8faucodeValid);
}
void Clear_Bu98(void)
......
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