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 20a8bbe252
commit a9c8de9942

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;