Tracker: become an AP_Vehicle

This commit is contained in:
Peter Barker 2018-12-27 17:34:01 +11:00 committed by Andrew Tridgell
parent c52b72aebe
commit 20a8bbe252
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
#include <SITL/SITL.h>
#endif
class Tracker : public AP_HAL::HAL::Callbacks {
class Tracker : public AP_Vehicle {
public:
friend class GCS_MAVLINK_Tracker;
friend class GCS_Tracker;