Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
452dfb7d
Commit
452dfb7d
authored
Feb 21, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整bug
parent
146845a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
Key_user.c
source/Application/APP/Key/Key_user.c
+8
-0
Menu_user.c
source/Application/Graphic/Menu/Menu_user.c
+7
-0
Common_Interface.c
source/Application/RTE/Common_Interface.c
+2
-0
No files found.
source/Application/APP/Key/Key_user.c
View file @
452dfb7d
...
...
@@ -1133,12 +1133,16 @@ void Key_Operation_Menu(Key_Event_en_t enKeyEvent)
/*工厂模式*/
else
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
K_Line_Set
.
K_Line_LID51
=
0x00u
;
MenuFlag
.
Menu_StaFlag
=
0x01u
;
}
/*经销商模式*/
else
if
(
MenuFlag
.
Menu_StaFlag
==
0x02u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
K_Line_Set
.
K_Line_LID51
=
0x02u
;
MenuFlag
.
Menu_StaFlag
=
0x01u
;
}
...
...
@@ -1173,12 +1177,16 @@ void Key_Operation_Menu(Key_Event_en_t enKeyEvent)
/*工厂模式*/
else
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
K_Line_Set
.
K_Line_LID51
=
0x00u
;
MenuFlag
.
Menu_StaFlag
=
0x01u
;
}
/*经销商模式*/
else
if
(
MenuFlag
.
Menu_StaFlag
==
0x02u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
K_Line_Set
.
K_Line_LID51
=
0x02u
;
MenuFlag
.
Menu_StaFlag
=
0x01u
;
}
...
...
source/Application/Graphic/Menu/Menu_user.c
View file @
452dfb7d
...
...
@@ -262,6 +262,7 @@ void Level1Menu_1Do(void)
if
(
Common_Get_Menu_FacDea_Time_Sta
()
>=
15000u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
K_Line_Set
.
K_Line_LID51
=
0x00u
;
...
...
@@ -293,6 +294,7 @@ void Level1Menu_2Do(void)
if
(
Common_Get_Menu_FacDea_Time_Sta
()
>=
15000u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
K_Line_Set
.
K_Line_LID51
=
0x00u
;
...
...
@@ -324,6 +326,7 @@ void Level1Menu_3Do(void)
if
(
Common_Get_Menu_FacDea_Time_Sta
()
>=
15000u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
K_Line_Set
.
K_Line_LID51
=
0x00u
;
...
...
@@ -355,6 +358,7 @@ void Level1Menu_4Do(void)
if
(
Common_Get_Menu_FacDea_Time_Sta
()
>=
15000u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
K_Line_Set
.
K_Line_LID51
=
0x00u
;
...
...
@@ -386,6 +390,7 @@ void Level1Menu_5Do(void)
if
(
Common_Get_Menu_FacDea_Time_Sta
()
>=
15000u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
K_Line_Set
.
K_Line_LID51
=
0x00u
;
...
...
@@ -417,6 +422,7 @@ void Level1Menu_6Do(void)
if
(
Common_Get_Menu_FacDea_Time_Sta
()
>=
15000u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
K_Line_Set
.
K_Line_LID51
=
0x00u
;
...
...
@@ -446,6 +452,7 @@ void LevelPopup_Do(void)
if
(
Common_Get_Menu_FacDea_Time_Sta
()
>=
15000u
)
{
Common_Set_Menu_FacDea_Time_Sta
(
0x00u
);
if
(
MenuFlag
.
Menu_StaFlag
==
0x00u
)
{
K_Line_Set
.
K_Line_LID51
=
0x00u
;
...
...
source/Application/RTE/Common_Interface.c
View file @
452dfb7d
...
...
@@ -550,6 +550,8 @@ void Common_Input_Para(void)
HIGH_VOLTAGE_TIME2
=
0x00u
;
HIGH_VOLTAGE
=
0x0u
;
LOW_VOLTAGE
=
0x0u
;
Menu_FacDea_Time
=
0u
;
}
}
...
...
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