mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Plane: become an AP_Vehicle
This commit is contained in:
parent
a9c8de9942
commit
2b774bd4a8
@ -128,7 +128,7 @@
|
|||||||
/*
|
/*
|
||||||
main APM:Plane class
|
main APM:Plane class
|
||||||
*/
|
*/
|
||||||
class Plane : public AP_HAL::HAL::Callbacks {
|
class Plane : public AP_Vehicle {
|
||||||
public:
|
public:
|
||||||
friend class GCS_MAVLINK_Plane;
|
friend class GCS_MAVLINK_Plane;
|
||||||
friend class Parameters;
|
friend class Parameters;
|
||||||
|
Loading…
Reference in New Issue
Block a user