Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RT_RMR42E
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
时昊
RT_RMR42E
Commits
97821bfa
Commit
97821bfa
authored
Jul 22, 2024
by
郑萍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:删除无用代码
parent
33f82196
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
CommonInterface.c
...ware/Source/Application/CommonInterface/CommonInterface.c
+0
-1
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+0
-2
SEG_DISPLAY.c
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
+0
-1
No files found.
Firmware/Source/Application/CommonInterface/CommonInterface.c
View file @
97821bfa
...
@@ -69,7 +69,6 @@ void Common_Input_Para(void)
...
@@ -69,7 +69,6 @@ void Common_Input_Para(void)
{
{
Common_Set_IG_Sts
(
COMMON_POWER_ON
);
Common_Set_IG_Sts
(
COMMON_POWER_ON
);
Common_Set_IG_Sts_Valid
(
COMMON_Valid
);
Common_Set_IG_Sts_Valid
(
COMMON_Valid
);
Checkself_Init
();
PowerIgnOffTimeLine
=
0ul
;
PowerIgnOffTimeLine
=
0ul
;
PowerIgnOnTimeLine
=
0ul
;
PowerIgnOnTimeLine
=
0ul
;
}
}
...
...
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
97821bfa
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
#include "SEG_DISPLAY\SEG_DISPLAY.h"
#include "SEG_DISPLAY\SEG_DISPLAY.h"
#include "Application.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 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
;
uint16_t
poweroff_time
=
0
;
uint8_t
SOC_Count_Time
=
0
;
uint8_t
SOC_Count_Time
=
0
;
...
...
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
View file @
97821bfa
...
@@ -2639,7 +2639,6 @@ void Checkself_Init(void)
...
@@ -2639,7 +2639,6 @@ void Checkself_Init(void)
checkself_seg_Flag
=
0
;
checkself_seg_Flag
=
0
;
check_SEG_step
=
0
;
check_SEG_step
=
0
;
Buzzer_time
=
0
;
Buzzer_time
=
0
;
g_u8TYWClearEepromFlag
=
0
;
}
}
uint8_t
soc_all
=
0
;
uint8_t
soc_all
=
0
;
void
Checkself_SEG_Display
(
void
)
void
Checkself_SEG_Display
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment