Skip to content

Commit

Permalink
[datalink_fbw] Keep datalink while in flight termination mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter authored and flixr committed Oct 6, 2014
1 parent 96b3ccc commit 29c3441
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sw/airborne/firmwares/fixedwing/main_fbw.c
Expand Up @@ -272,7 +272,9 @@ void event_task_fbw( void) {
#if OUTBACK_CHALLENGE_VERY_DANGEROUS_RULE_AP_CAN_FORCE_FAILSAFE
if (crash == 1)
{
for (;;) {}
for (;;) {
FbwDataLinkEvent();
}
}
#endif

Expand Down

0 comments on commit 29c3441

Please sign in to comment.