Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
TY
TianYing_ty100
Commits
791a9ec3
Commit
791a9ec3
authored
Aug 03, 2024
by
陈家乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:水温表服务函数内局部变量赋初值
parent
15ed5d04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Data_Coolant.c
Firmware/Source/Application/Data_Coolant/Data_Coolant.c
+4
-4
No files found.
Firmware/Source/Application/Data_Coolant/Data_Coolant.c
View file @
791a9ec3
...
@@ -40,10 +40,10 @@ void Data_Coolant_Temp_KL15_Init ( void )
...
@@ -40,10 +40,10 @@ void Data_Coolant_Temp_KL15_Init ( void )
void
Data_Coolant_Temp_Processing_Service
(
void
)
void
Data_Coolant_Temp_Processing_Service
(
void
)
{
{
uint16_t
Coolant_Temperature
;
uint16_t
Coolant_Temperature
=
0
;
uint8_t
Coolant_Temperature_State
;
uint8_t
Coolant_Temperature_State
=
0
;
uint32_t
Temp
;
uint32_t
Temp
=
0
;
uint8_t
i
;
uint8_t
i
=
0
;
Coolant_Temperature
=
Get_CAN_CH0_ID_101_Sig_ECU_Engine_Temperature
();
Coolant_Temperature
=
Get_CAN_CH0_ID_101_Sig_ECU_Engine_Temperature
();
Coolant_Temperature_State
=
Get_CAN_CH0_ID_101_Sig_ECU_Engine_Temperature_State
();
Coolant_Temperature_State
=
Get_CAN_CH0_ID_101_Sig_ECU_Engine_Temperature_State
();
...
...
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