Skip to content

Commit 4e1fc2f

Browse files
committed
Control/UAV/Ardupilot: Also save control loops when Ardu Tracker is enabled
1 parent f7e9ec6 commit 4e1fc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/UAV/Ardupilot/Task.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ namespace Control
685685
}
686686
else
687687
{
688-
trace("CLoops enable lost, since ardu_tracker is active");//should not happen
688+
m_cloops |= cloops->mask;
689689
}
690690
}
691691
else

0 commit comments

Comments
 (0)