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
587aca2e
Commit
587aca2e
authored
Nov 19, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
掉线后清空胎温符号状态
parent
1e5dc7a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Service_TPMS.c
source/Application/APP/Data_TPMS/Service_TPMS.c
+1
-0
No files found.
source/Application/APP/Data_TPMS/Service_TPMS.c
View file @
587aca2e
...
...
@@ -161,6 +161,7 @@ void Get_Data_TPMS_Value(TPMSNUM_t TPMSTyreID)
if
(
CAN_MSG_Status
(
ID_CanMsg18011733_Msg_Count
)
==
CAN_SIG_LOST
)
{
TPMS_Out
[
TPMSTyreID
].
TPMSPressure
=
0x00u
;
TPMS_Out
[
TPMSTyreID
].
TPMSTempSign
=
0u
;
TPMS_Out
[
TPMSTyreID
].
TPMSTemp
=
0x00u
;
}
}
...
...
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