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
27c41c94
Commit
27c41c94
authored
Jun 25, 2025
by
李冠华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改清E方中数据触发条件
parent
e973df5a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Data_Time.c
Firmware/Source/Application/Driving_Information/Data_Time.c
+2
-1
No files found.
Firmware/Source/Application/Driving_Information/Data_Time.c
View file @
27c41c94
...
@@ -253,7 +253,8 @@ void TYW_Clear_Eeprom_Service(void)
...
@@ -253,7 +253,8 @@ void TYW_Clear_Eeprom_Service(void)
}
}
#else
#else
if
((
Get_CAN_CH0_ID_161_Sig_MBMS_FaultNum
()
==
0xFEDCU
)
&&
(
Get_CAN_CH0_ID_38E_Sig_BMCU_FaultCode
()
==
0xABCDU
)
&&
if
((
Get_CAN_CH0_ID_161_Sig_MBMS_FaultNum
()
==
0xFEDCU
)
&&
(
Get_CAN_CH0_ID_38E_Sig_BMCU_FaultCode
()
==
0xABCDU
)
&&
(
Get_CAN_CH0_ID_234_Sig_EMS_FaultCode
()
==
0xBCDEU
)
&&
(
Get_CAN_CH0_ID_22A_Sig_GCU_FaultCode
()
==
0x8888U
))
(
Get_CAN_CH0_ID_234_Sig_EMS_FaultCode
()
==
0xBCDEU
)
&&
(
Get_CAN_CH0_ID_22A_Sig_GCU_FaultCode
()
==
0x8888U
)
&&
(
Get_CAN_CH0_ID_220_Sig_VCU_DrvSpdGear
()
==
0x1U
)
&&
(
Get_CAN_CH0_ID_220_Sig_VCU_ChgMode
()
==
0x1U
))
{
{
g_u8TYWClearEepromFlag
=
1
;
g_u8TYWClearEepromFlag
=
1
;
}
}
...
...
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