mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
ArduSub: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
parent
de4dda2d17
commit
9e69f8211e
@ -118,7 +118,7 @@ protected:
|
|||||||
private:
|
private:
|
||||||
|
|
||||||
// key aircraft parameters passed to multiple libraries
|
// key aircraft parameters passed to multiple libraries
|
||||||
AP_Vehicle::MultiCopter aparm;
|
AP_MultiCopter aparm;
|
||||||
|
|
||||||
// Global parameters are all contained within the 'g' class.
|
// Global parameters are all contained within the 'g' class.
|
||||||
Parameters g;
|
Parameters g;
|
||||||
|
Loading…
Reference in New Issue
Block a user