Commit ba2b0fbb authored by 时昊's avatar 时昊

feat:修改qac问题,局部变量未初始化

parent 3642c8aa
......@@ -192,8 +192,8 @@ uint16_t Get_Over_Speed_Config(uint8_t Para0)
void Gauge_Power_Display(void)
{
uint8_t powerSegNum;
uint16_t powerDisplayValue;
uint8_t powerSegNum = 0;
uint16_t powerDisplayValue = 0;
uint8_t powerDisplaySign;
uint32_t powerCurrentValue;
......
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