mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
VtolPathFollower: Make sure to clear the alarm when running so it doesn't show as
uninintialized
This commit is contained in:
parent
88b483f37d
commit
86422b8b9e
@ -238,6 +238,9 @@ static void vtolPathFollowerTask(void *parameters)
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
AlarmsClear(SYSTEMALARMS_ALARM_GUIDANCE);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user