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 Aug 5, 2019
1 parent f7e9ec6 commit eb93d63
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 eb93d63

Please sign in to comment.