Commit 2e7d3f91 authored by 李俭双's avatar 李俭双

🐞 fix:45373 Object '%1s' with no linkage has same identifier as another...

🐞 fix:45373 Object '%1s' with no linkage has same identifier as another object/function with external linkage.
parent 81fc3a52
......@@ -4367,7 +4367,7 @@ void Checkself_SEG_Display(void)
uint16_t Espeed = 0;
uint16_t Fuel = 0;
uint16_t collant = 0;
uint16_t TPMS = 0;
uint16_t TPMS_dis = 0;
uint16_t voltage = 0;
uint16_t hour = 0;
uint16_t min = 0;
......@@ -4402,8 +4402,8 @@ void Checkself_SEG_Display(void)
SEG_SET_Clock(hour, min, 1, 1, 1);
LED_Driver_Channel_Set(LampChannel_0, LampCh0_07_Screen_Time, LED_ON);
#if(IC_Current == TY200_080000b_ty)
TPMS = (Checkself_SEG_step / 3) * 11;
SEG_SET_TPMS_DISPLAY(1, TPMS, TPMS, 0, 1, 1);
TPMS_dis = (Checkself_SEG_step / 3) * 11;
SEG_SET_TPMS_DISPLAY(1, TPMS_dis, TPMS_dis, 0, 1, 1);
#endif
voltage = (Checkself_SEG_step / 3) * 111;
SEG_SET_Voltage_NUM(1, voltage);
......
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