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
957a38b3
Commit
957a38b3
authored
Jul 15, 2024
by
郑萍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:自检处理优化KEY_ACC时交互指示灯硬线拉高
parent
333c5a72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
26 deletions
+5
-26
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+5
-0
Sys_Task_List.c
Firmware/Source/System/Sys_Task_List.c
+0
-26
No files found.
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
957a38b3
...
@@ -352,6 +352,11 @@ void Gauge_Service(void)
...
@@ -352,6 +352,11 @@ void Gauge_Service(void)
else
else
{
{
checkself_seg_Flag
=
1
;
checkself_seg_Flag
=
1
;
if
(
Get_CAN_Power_State
()
==
KEY_ACC
)
{
interact_PWM_Low_Duty
=
0
;
}
Checkself_LED_Display
();
Checkself_LED_Display
();
// Checkself_SEG_Display();
// Checkself_SEG_Display();
}
}
...
...
Firmware/Source/System/Sys_Task_List.c
View file @
957a38b3
...
@@ -53,32 +53,6 @@ void Sys_15ms_Tasks(void)
...
@@ -53,32 +53,6 @@ void Sys_15ms_Tasks(void)
if
((
Common_GetIgnOnTime
()
<=
1500
)
&&
(
Common_GetIgnOnTime
()
>
0
)
&&
(
checkself_seg_Flag
==
1
))
if
((
Common_GetIgnOnTime
()
<=
1500
)
&&
(
Common_GetIgnOnTime
()
>
0
)
&&
(
checkself_seg_Flag
==
1
))
{
{
Checkself_SEG_Display
();
Checkself_SEG_Display
();
// if (Checkself_SEG_step_count < 20)
// {
// Checkself_SEG_step_count++;
// }
// else
// {
// Checkself_SEG_step_count = 20;
// }
// if (Checkself_SEG_step_count < 10)
// {
// Checkself_SEG_step++;
// }
// else
// {
// if (Checkself_SEG_step == 0)
// {
// Checkself_SEG_step = 0;
// SEG_SET_EleDial_2SOC(1, 0);
// SEG_SET_EleDial_1SOC(1, 0);
// }
// else
// {
// Checkself_SEG_step--;
// }
// }
}
}
}
}
...
...
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