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
4085334c
Commit
4085334c
authored
Mar 07, 2024
by
李秉薇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:39888
parent
4f944745
Changes
1
Show 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 @
4085334c
...
...
@@ -1529,13 +1529,13 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
UDS_ISO14229_Transfer
[
2
]
=
'S'
;
UDS_ISO14229_Transfer
[
3
]
=
'W'
;
UDS_ISO14229_Transfer
[
4
]
=
':'
;
UDS_ISO14229_Transfer
[
5
]
=
'
a
'
;
UDS_ISO14229_Transfer
[
5
]
=
'
c
'
;
UDS_ISO14229_Transfer
[
6
]
=
'.'
;
UDS_ISO14229_Transfer
[
7
]
=
'0'
;
UDS_ISO14229_Transfer
[
8
]
=
'0'
;
UDS_ISO14229_Transfer
[
9
]
=
'.'
;
UDS_ISO14229_Transfer
[
10
]
=
'
0
'
;
UDS_ISO14229_Transfer
[
11
]
=
'
8
'
;
UDS_ISO14229_Transfer
[
10
]
=
'
1
'
;
UDS_ISO14229_Transfer
[
11
]
=
'
0
'
;
UDS_Service_Response
(
0x22
,
POSITIVE_RSP
,
DIAG_ID_Tx
,
12
,
UDS_ISO14229_Transfer
);
break
;
case
0xF191
:
...
...
@@ -1543,11 +1543,11 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
UDS_ISO14229_Transfer
[
2
]
=
'H'
;
UDS_ISO14229_Transfer
[
3
]
=
'W'
;
UDS_ISO14229_Transfer
[
4
]
=
':'
;
UDS_ISO14229_Transfer
[
5
]
=
'
1
'
;
UDS_ISO14229_Transfer
[
5
]
=
'
C
'
;
UDS_ISO14229_Transfer
[
6
]
=
'.'
;
UDS_ISO14229_Transfer
[
7
]
=
'0'
;
UDS_ISO14229_Transfer
[
8
]
=
'.'
;
UDS_ISO14229_Transfer
[
9
]
=
'
4
'
;
UDS_ISO14229_Transfer
[
9
]
=
'
5
'
;
UDS_Service_Response
(
0x22
,
POSITIVE_RSP
,
DIAG_ID_Tx
,
10
,
UDS_ISO14229_Transfer
);
break
;
case
0xF190
:
...
...
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