Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WZ-EF01
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
WZ
WZ-EF01
Commits
51ebc182
Commit
51ebc182
authored
Mar 07, 2024
by
李秉薇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:39981
parent
21b5c5f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
UDS_ISO14229_Services.c
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
+5
-5
No files found.
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
View file @
51ebc182
...
...
@@ -1712,7 +1712,7 @@ void UDS_Service_28_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
{
UDS_ISO14229_Transfer
[
i
]
=
*
(
A_Data
+
i
);
}
//只支持0x03参数
switch
(
UDS_ISO14229_Transfer
[
0
])
{
...
...
@@ -1751,8 +1751,8 @@ void UDS_Service_28_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
//请求超出范围,返回31负反馈
else
{
//
if(FunorPhy == DIAG_ID_Rx_FUN )
//
return ;
if
(
FunorPhy
==
DIAG_ID_Rx_FUN
)
return
;
NegRes
.
code
=
requestOutOfRange
;
UDS_Service_Response
(
0x28
,
NEGATIVE_RSP
,
DIAG_ID_Tx
,
1
,
(
uint8_t
*
)
(
&
NegRes
.
code
));
break
;
...
...
@@ -1792,8 +1792,8 @@ void UDS_Service_28_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
else
{
//
if(FunorPhy == DIAG_ID_Rx_FUN )
//
return ;
if
(
FunorPhy
==
DIAG_ID_Rx_FUN
)
return
;
NegRes
.
code
=
requestOutOfRange
;
UDS_Service_Response
(
0x28
,
NEGATIVE_RSP
,
DIAG_ID_Tx
,
1
,
(
uint8_t
*
)
(
&
NegRes
.
code
));
break
;
...
...
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