Commit 2a11bd2a authored by 时昊's avatar 时昊

feat:功率表qac问题暂时不改

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