Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
TY
TianYing_ty100
Commits
7cdd15dd
Commit
7cdd15dd
authored
Jun 24, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:47711 【天鹰TY200】【胎压】胎压学习中的状态下,调节胎压数值,报警灯响应
parent
946e7f24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
Telltales_user.c
Firmware/Source/Component/Telltales/Telltales_user.c
+10
-2
No files found.
Firmware/Source/Component/Telltales/Telltales_user.c
View file @
7cdd15dd
...
...
@@ -621,14 +621,22 @@ static void LED_Lateral_Strut_Execution(Tellib_uint16_t led_status)
static
Tellib_uint16_t
LED_Tire_Pressure_Judgement
(
void
)
{
Tellib_uint16_t
LED_STATE
=
0u
;
if
(
Get_Led_TPMS_Waring
()
==
1
)
if
(
(
Get_Front_FirstLearn_Flag
()
==
2
)
||
(
Get_Rear_FirstLearn_Flag
()
==
2
)
)
{
LED_STATE
=
1
;
if
(
Get_Led_TPMS_Waring
()
==
1
)
{
LED_STATE
=
1
;
}
else
{
LED_STATE
=
2
;
}
}
else
{
LED_STATE
=
2
;
}
return
LED_STATE
;
}
static
void
LED_Tire_Pressure_Execution
(
Tellib_uint16_t
led_status
)
...
...
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