mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 05:50:34 +08:00
FlightTask: inherit from Block instead of SuperBlock
I think this is more how it's meant to be
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user