Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RT_RMR42E
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
时昊
RT_RMR42E
Commits
54feb690
Commit
54feb690
authored
Mar 06, 2025
by
李冠华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:修改燃油信号掉线,燃油相关显示策略
parent
83b2fbb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
Data_Fuel.c
Firmware/Source/Application/Data_Fuel/Data_Fuel.c
+4
-6
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+1
-0
No files found.
Firmware/Source/Application/Data_Fuel/Data_Fuel.c
View file @
54feb690
...
...
@@ -13,7 +13,10 @@ void Data_Fuel_KL30_Init(void)
void
Data_Fuel_KL15_Init
(
void
)
{
Fuel
.
FuelSeg
=
0U
;
Fuel
.
FuelSegDis
=
0U
;
Fuel
.
FuelStatusCount
=
0U
;
Fuel
.
FuelValid
=
0U
;
}
void
Data_Fuel_Service
(
void
)
...
...
@@ -28,11 +31,6 @@ void Data_Fuel_Service(void)
Fuel
.
FuelSeg
=
8U
;
}
}
else
{
Fuel
.
FuelValid
=
0U
;
Fuel
.
FuelStatusCount
=
0U
;
}
}
...
...
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
54feb690
...
...
@@ -127,6 +127,7 @@ static void Power_IG_ON_Init(void)
Fault_Code_KL15_Init
();
Data_Time_KL15_Init
();
Data_Soc_KL15_Init
();
Data_Fuel_KL15_Init
();
}
static
void
Power_Sleep_Init
(
void
)
...
...
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