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
88bdb49d
Commit
88bdb49d
authored
Jun 01, 2025
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:增加倒车雷达配置,配置为0时无倒车雷达功能
parent
263ff3f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Sound_Alarm_handle.c
source/Appliciation/Sound_Alarm_handle.c
+5
-1
No files found.
source/Appliciation/Sound_Alarm_handle.c
View file @
88bdb49d
...
...
@@ -861,7 +861,11 @@ void Sound_Alarm_Trigger_Service(void)
{
Sound_Alarm_Trigger_DPF
(
);
Sound_Alarm_Trigger_DOOR
(
);
Sound_Alarm_Trigger_RADAR
(
);
if
(
Get_Cofig_Backradar
()
==
1
)
{
Sound_Alarm_Trigger_RADAR
(
);
//倒车雷达
}
Sound_Alarm_Trigger_GEAR_P
(
);
Sound_Alarm_Trigger_TEMP
(
);
Sound_Alarm_Trigger_Par_Full_Reset
(
);
...
...
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