Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
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
时昊
haoJin750TFT
Commits
ec088745
Commit
ec088745
authored
Aug 20, 2024
by
王雅楠
🍎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:【56190】【56176】【54650】TCS灯更改(未增加周期跳变)
parent
8f0b8113
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
15 deletions
+4
-15
Telltales_user.c
Firmware/Source/Component/Telltales/Telltales_user.c
+4
-15
No files found.
Firmware/Source/Component/Telltales/Telltales_user.c
View file @
ec088745
...
...
@@ -232,7 +232,7 @@ static Tellib_uint16_t LED_TCS_Judgement(void)
}
else
{
if
(
Get_CAN_CH0_ID_37B_Sig_TCS_Work_Mode
==
0x0
)
if
(
Get_CAN_CH0_ID_37B_Sig_TCS_Work_Mode
()
==
0x0
)
{
if
(
Get_CAN_CH0_ID_37B_Sig_TCS_Warning_Lamp
()
==
0x1
)
{
...
...
@@ -247,24 +247,13 @@ static Tellib_uint16_t LED_TCS_Judgement(void)
LED_STATE
=
0u
;
}
}
else
if
(
Get_CAN_CH0_ID_37B_Sig_TCS_Work_Mode
==
0x0
)
else
if
(
Get_CAN_CH0_ID_37B_Sig_TCS_Work_Mode
()
==
0x1u
)
{
if
(
Get_CAN_CH0_ID_37B_Sig_TCS_Warning_Lamp
()
==
0x1
)
{
LED_STATE
=
2u
;
/*TCS/亮*/
}
else
if
(
Get_CAN_CH0_ID_37B_Sig_TCS_Warning_Lamp
()
==
0x0
)
{
LED_STATE
=
0u
;
}
else
{
LED_STATE
=
0u
;
}
LED_STATE
=
2u
;
/*TCS/亮*/
}
else
{
;
LED_STATE
=
0u
;
}
}
return
LED_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