FlightTask: inherit from Block instead of SuperBlock

I think this is more how it's meant to be
This commit is contained in:
Beat Küng
2017-11-20 17:05:38 +01:00
parent 9b571abb47
commit b0fdbf5136
5 changed files with 7 additions and 7 deletions
@@ -45,7 +45,7 @@
using namespace matrix;
FlightTaskOrbit::FlightTaskOrbit(SuperBlock *parent, const char *name) :
FlightTaskOrbit::FlightTaskOrbit(control::SuperBlock *parent, const char *name) :
FlightTaskManual(parent, name)
{
_r = 1.f;