Copter: become an AP_Vehicle

This commit is contained in:
Peter Barker 2018-12-27 17:34:09 +11:00 committed by Andrew Tridgell
parent 91cf090864
commit 95f81297d9

View File

@ -196,7 +196,7 @@
#include "mode.h"
class Copter : public AP_HAL::HAL::Callbacks {
class Copter : public AP_Vehicle {
public:
friend class GCS_MAVLINK_Copter;
friend class GCS_Copter;