1
0
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:
James Cotton 2012-09-11 02:34:31 -05:00
parent 88b483f37d
commit 86422b8b9e

View File

@ -238,6 +238,9 @@ static void vtolPathFollowerTask(void *parameters)
break;
}
AlarmsClear(SYSTEMALARMS_ALARM_GUIDANCE);
}
}