Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IVECO_NS216
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
时昊
IVECO_NS216
Commits
a6b215b0
Commit
a6b215b0
authored
Aug 31, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改平均油耗can回调接收函数参数
parent
d45f49fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Data_AvgFuel.c
source/Appliciation/Data_AvgFuel.c
+1
-1
Data_AvgFuel.h
source/Appliciation/Data_AvgFuel.h
+1
-1
No files found.
source/Appliciation/Data_AvgFuel.c
View file @
a6b215b0
...
@@ -34,7 +34,7 @@ void Data_AvgFuel_A_KL30_Init ( void )//
...
@@ -34,7 +34,7 @@ void Data_AvgFuel_A_KL30_Init ( void )//
void
CAN_18FEF200_Receive
(
canlib_uint8_t
CopyData
[]
)
void
CAN_18FEF200_Receive
(
void
)
{
{
g_aveFuel
.
Flg_18FEF200
=
1
;
g_aveFuel
.
Flg_18FEF200
=
1
;
Data_InsFuel
.
Flg_18FEF200
=
1
;
Data_InsFuel
.
Flg_18FEF200
=
1
;
...
...
source/Appliciation/Data_AvgFuel.h
View file @
a6b215b0
...
@@ -72,7 +72,7 @@ uint8_t GET_AvgFuel_TripA_500_Valid(void);
...
@@ -72,7 +72,7 @@ uint8_t GET_AvgFuel_TripA_500_Valid(void);
uint16_t
GET_AvgFuel_TripA_Value_Dis
(
void
);
uint16_t
GET_AvgFuel_TripA_Value_Dis
(
void
);
void
CAN_18FEF200_Receive
(
canlib_uint8_t
CopyData
[]
);
void
CAN_18FEF200_Receive
(
void
);
void
CAN_2C0_Receive
(
void
);
void
CAN_2C0_Receive
(
void
);
void
Can_AvgFuel_KL30_WakeUp_Init
(
void
);
void
Can_AvgFuel_KL30_WakeUp_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