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
b19aa33b
Commit
b19aa33b
authored
Apr 11, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整工厂模式报文发送错误问题
parent
2da17dab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CAN_FUNC.c
source/Application/CAN_APP_NM/CAN_App/CAN_FUNC.c
+5
-1
Menu_user.c
source/Application/Graphic/Menu/Menu_user.c
+3
-0
No files found.
source/Application/CAN_APP_NM/CAN_App/CAN_FUNC.c
View file @
b19aa33b
...
...
@@ -748,7 +748,11 @@ void Id18FFE517_Send_Service(void)
}
else
if
((
bCurMenuIDX
==
_FAC_DSP_LEVEL1_2MENU_3
)
||
(
bCurMenuIDX
==
_DEA_DSP_LEVEL1_2MENU_3
))
{
Can_Msg_Tx_Overwrite
(
MSGID_18FFE517
,
2u
,
500
*
1000
);
if
(
Common_Get_LDWS_Flag_Sta
()
==
7u
)
{
Can_Msg_Tx_Overwrite
(
MSGID_18FFE517
,
2u
,
500
*
1000
);
Common_Set_LDWS_Flag_Sta
(
0
);
}
}
}
...
...
source/Application/Graphic/Menu/Menu_user.c
View file @
b19aa33b
...
...
@@ -2117,6 +2117,8 @@ void LevelF1_2Menu_3Enter(void)
canMag
.
Msg
[
7u
]
=
0x55u
;
Can_Write
(
&
canMag
);
Common_Set_LDWS_Flag_Sta
(
7
);
}
void
LevelF1_2Menu_3Do
(
void
)
{
...
...
@@ -2407,6 +2409,7 @@ void LevelD1_2Menu_3Enter(void)
canMag
.
Msg
[
7u
]
=
0x55u
;
Can_Write
(
&
canMag
);
Common_Set_LDWS_Flag_Sta
(
7u
);
}
void
LevelD1_2Menu_3Do
(
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