Browse Source

Rover: become an AP_Vehicle

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
4a9b781d3e
  1. 2
      APMrover2/Rover.h

2
APMrover2/Rover.h

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

Loading…
Cancel
Save