Rover: become an AP_Vehicle

This commit is contained in:
Peter Barker 2018-12-27 17:33:48 +11:00 committed by Andrew Tridgell
parent 1ea365d52a
commit 4a9b781d3e

View File

@ -107,7 +107,7 @@
#include "AP_Rally.h"
#include "RC_Channel.h" // RC Channel Library
class Rover : public AP_HAL::HAL::Callbacks {
class Rover : public AP_Vehicle {
public:
friend class GCS_MAVLINK_Rover;
friend class Parameters;