Skip to content

Commit

Permalink
Control/UAV/Ardupilot: Also save control loops when Ardu Tracker is e…
Browse files Browse the repository at this point in the history
…nabled
  • Loading branch information
krisgry committed Jul 29, 2019
1 parent f7e9ec6 commit 4e1fc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/UAV/Ardupilot/Task.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ namespace Control
}
else
{
trace("CLoops enable lost, since ardu_tracker is active");//should not happen
m_cloops |= cloops->mask;
}
}
else
Expand Down

0 comments on commit 4e1fc2f

Please sign in to comment.