Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IVECO_NS216
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
时昊
IVECO_NS216
Commits
e28b528f
Commit
e28b528f
authored
Jun 01, 2025
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:取消LDWS关闭提示
parent
17167335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
Popup_Alarm_Handle.c
source/Appliciation/Popup_Alarm_Handle.c
+8
-4
No files found.
source/Appliciation/Popup_Alarm_Handle.c
View file @
e28b528f
...
...
@@ -1226,16 +1226,16 @@ void Popups_Alarm_Trigger_LDWS(void)
if
(
Get_CAN_CH0_ID_18FE5BE8_Sig_Lane_Departure_Indication_Enable_Status
()
==
0
)
{
Pop_Alarm_Request_Normal
(
POP_ALARM_LDWS_CLOSE
);
// Pop_Alarm_Request_Normal(POP_ALARM_LDWS_CLOSE);//关闭LDWS关闭弹窗
}
else
{
Pop_Alarm_Delete_Normal
(
POP_ALARM_LDWS_CLOSE
,
POP_DELAY_MIN
);
//
Pop_Alarm_Delete_Normal(POP_ALARM_LDWS_CLOSE, POP_DELAY_MIN);
}
}
else
{
Pop_Alarm_Delete_Normal
(
POP_ALARM_LDWS_CLOSE
,
POP_DELAY_MIN
);
//
Pop_Alarm_Delete_Normal(POP_ALARM_LDWS_CLOSE, POP_DELAY_MIN);
Pop_Alarm_Delete_Normal
(
POP_ALARM_LDWS_FAILURE
,
POP_DELAY_MIN
);
Pop_Alarm_Delete_Normal
(
POP_ALARM_LDWS_ATCIVE
,
POP_DELAY_MIN
);
Pop_Alarm_Delete_Normal
(
POP_ALARM_LDWS_L
,
POP_DELAY_MIN
);
...
...
@@ -1444,7 +1444,11 @@ void Popups_Alarm_Trigger_Service(void)
Popups_Alarm_Trigger_GEARBOX_HIGH_TEMP
(
);
Popups_Alarm_Trigger_GEARBOX_CAUTION
(
);
Popups_Alarm_Trigger_RADAR_FAILURE
(
);
if
(
Get_Cofig_Backradar
()
==
1
)
{
Popups_Alarm_Trigger_RADAR_FAILURE
(
);
//倒车雷达
}
Popups_Alarm_Trigger_GEARBOX_FAILURE
(
);
Popups_Alarm_Trigger_PARK_IN_P
(
);
Popups_Alarm_Trigger_P_INVALID
(
);
...
...
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