Browse Source

Plane: become an AP_Vehicle

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
a252aad39b
  1. 2
      ArduPlane/Plane.h

2
ArduPlane/Plane.h

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

Loading…
Cancel
Save