Commit 97821bfa authored by 郑萍's avatar 郑萍

🐞 fix:删除无用代码

parent 33f82196
......@@ -69,7 +69,6 @@ void Common_Input_Para(void)
{
Common_Set_IG_Sts(COMMON_POWER_ON);
Common_Set_IG_Sts_Valid(COMMON_Valid);
Checkself_Init();
PowerIgnOffTimeLine = 0ul;
PowerIgnOnTimeLine = 0ul;
}
......
......@@ -2,8 +2,6 @@
#include "SEG_DISPLAY\SEG_DISPLAY.h"
#include "Application.h"
#define DISPLAY_OPEN ((Common_Get_IG_Sts() == COMMON_POWER_ON) && (Charge_OFF_Flag == 0) && (Get_CAN_Power_State() != KEY_OFF) && (Get_CAN_Power_State() != PKEY_ON) && (System_Indicator_CANFlag != 1))
#define TYW_CLEAR_TIME_FLAG ()
uint16_t poweroff_time = 0;
uint8_t SOC_Count_Time = 0;
......
......@@ -2639,7 +2639,6 @@ void Checkself_Init(void)
checkself_seg_Flag = 0;
check_SEG_step = 0;
Buzzer_time = 0;
g_u8TYWClearEepromFlag = 0;
}
uint8_t soc_all = 0;
void Checkself_SEG_Display(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