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
3f1bf8f5
Commit
3f1bf8f5
authored
Jun 13, 2025
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:增加倒车雷达信号在线才可以触发倒车雷达报警
parent
7e169e05
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Sound_Alarm_handle.c
source/Appliciation/Sound_Alarm_handle.c
+3
-1
No files found.
source/Appliciation/Sound_Alarm_handle.c
View file @
3f1bf8f5
...
@@ -108,8 +108,10 @@ void Sound_Alarm_Trigger_RADAR(void)
...
@@ -108,8 +108,10 @@ void Sound_Alarm_Trigger_RADAR(void)
{
{
if
(
SYS_OPR_STAT_IGN_ON
)
if
(
SYS_OPR_STAT_IGN_ON
)
{
{
if
(
Get_CAN_CH0_ID_10FF1021_Sig_ReverseSts
(
)
==
1U
)
if
(
Get_CAN_CH0_ID_10FF1021_Sig_ReverseSts
(
)
==
1U
\
&&
(
CAN_MSG_Status
(
&
CAN_CH0_CanMsgOp
,
CAN_CH0_ID_can18FFB078_Msg_Count
)
!=
CAN_SIG_LOST
))
{
{
uint16_t
u16SdRadar
=
0
;
uint16_t
u16SdRadar
=
0
;
if
(
Get_CAN_CH0_ID_18FFB078_Sig_PAM_Voice
(
)
==
5U
)
if
(
Get_CAN_CH0_ID_18FFB078_Sig_PAM_Voice
(
)
==
5U
)
{
{
...
...
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