FlightTaskManual/Orbit: make sure we are not required stick input data during orbit

This commit is contained in:
Matthias Grob
2017-11-29 15:42:04 +01:00
committed by Beat Küng
parent e5d237088c
commit 6ec9ff64d1
3 changed files with 12 additions and 2 deletions
@@ -47,7 +47,9 @@ using namespace matrix;
FlightTaskOrbit::FlightTaskOrbit(control::SuperBlock *parent, const char *name) :
FlightTaskManual(parent, name)
{}
{
_sticks_data_required = false;
}
bool FlightTaskOrbit::activate()
{