Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
b47ad3ed
Commit
b47ad3ed
authored
Jul 22, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整水温报警红灯报警时点亮
parent
fdc368ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Telltales_user.c
source/Application/APP/Telltales/Telltales_user.c
+2
-3
No files found.
source/Application/APP/Telltales/Telltales_user.c
View file @
b47ad3ed
...
...
@@ -1993,7 +1993,7 @@ void LED_TRAILER_ABS_INFO_U_Execution(uint8_t led_status)
/******************************************************************************
Temp
信号接口:
信号接口:
18FEEE00
信号定义:
输出信号:
******************************************************************************/
...
...
@@ -2024,8 +2024,7 @@ void LED_Temp_Execution(uint8_t led_status)
if
(
u8IG_st
==
COMMON_POWER_ON
)
{
//if (led_status == 1u)
if
(
0
)
if
(
led_status
==
1u
)
{
TEMP_R_LED_OUT
=
1u
;
/*水温红灯*/
//Water_Temp_Led_R_MCU_OUT = 1u;
...
...
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