Plane: become an AP_Vehicle

This commit is contained in:
Peter Barker 2018-12-27 17:34:20 +11:00 committed by Andrew Tridgell
parent a9c8de9942
commit 2b774bd4a8

View File

@ -128,7 +128,7 @@
/* /*
main APM:Plane class main APM:Plane class
*/ */
class Plane : public AP_HAL::HAL::Callbacks { class Plane : public AP_Vehicle {
public: public:
friend class GCS_MAVLINK_Plane; friend class GCS_MAVLINK_Plane;
friend class Parameters; friend class Parameters;