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
743fcfeb
Commit
743fcfeb
authored
Mar 11, 2025
by
李冠华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:修改燃油信号位错误的问题
parent
6d4ec0da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CAN_CH0_CAN_Communication_Matrix.c
...ce/Application/CAN_APP/CAN_CH0_CAN_Communication_Matrix.c
+1
-1
No files found.
Firmware/Source/Application/CAN_APP/CAN_CH0_CAN_Communication_Matrix.c
View file @
743fcfeb
...
@@ -991,7 +991,7 @@ uint8_t Get_CAN_CH0_ID_18E_Sig_EMS_FuelSensorVld(void)
...
@@ -991,7 +991,7 @@ uint8_t Get_CAN_CH0_ID_18E_Sig_EMS_FuelSensorVld(void)
uint8_t
Get_CAN_CH0_ID_18E_Sig_EMS_FuelRemainLevel
(
void
)
uint8_t
Get_CAN_CH0_ID_18E_Sig_EMS_FuelRemainLevel
(
void
)
{
{
return
(((
uint8_t
)((
uint8_t
)
CAN_MSG_Read
(
CAN_CH0
,
CAN_CH0_ID_EMS_Parameter2_Msg_Count
,
0u
)
>>
0
u
)
&
0x0Fu
));
return
(((
uint8_t
)((
uint8_t
)
CAN_MSG_Read
(
CAN_CH0
,
CAN_CH0_ID_EMS_Parameter2_Msg_Count
,
0u
)
>>
4
u
)
&
0x0Fu
));
}
}
uint16_t
Get_CAN_CH0_ID_3B1_Sig_CHG_TotalChargeTime
(
void
)
uint16_t
Get_CAN_CH0_ID_3B1_Sig_CHG_TotalChargeTime
(
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