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
137057ba
Commit
137057ba
authored
Mar 07, 2024
by
李秉薇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:39902
parent
820d28bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UDS_ISO14229_Services.c
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
+2
-2
No files found.
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
View file @
137057ba
...
@@ -1597,7 +1597,7 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
...
@@ -1597,7 +1597,7 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
break
;
break
;
//?????
//?????
case
0x3201
:
case
0x3201
:
Value
=
NVM_ODO_VALUE
*
10
;
Value
=
NVM_ODO_VALUE
/
10
;
UDS_ISO14229_Transfer
[
2
]
=
Value
>>
16
;
UDS_ISO14229_Transfer
[
2
]
=
Value
>>
16
;
UDS_ISO14229_Transfer
[
3
]
=
Value
>>
8
;
UDS_ISO14229_Transfer
[
3
]
=
Value
>>
8
;
UDS_ISO14229_Transfer
[
4
]
=
Value
;
UDS_ISO14229_Transfer
[
4
]
=
Value
;
...
@@ -1605,7 +1605,7 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
...
@@ -1605,7 +1605,7 @@ void UDS_Service_22_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
break
;
break
;
//С?????
//С?????
case
0x3202
:
case
0x3202
:
Value
=
DATA_TRIPA
*
10
;
Value
=
DATA_TRIPA
/
10
;
UDS_ISO14229_Transfer
[
2
]
=
Value
>>
16
;
UDS_ISO14229_Transfer
[
2
]
=
Value
>>
16
;
UDS_ISO14229_Transfer
[
3
]
=
Value
>>
8
;
UDS_ISO14229_Transfer
[
3
]
=
Value
>>
8
;
UDS_ISO14229_Transfer
[
4
]
=
Value
;
UDS_ISO14229_Transfer
[
4
]
=
Value
;
...
...
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