mirror of https://github.com/ArduPilot/ardupilot
AP_BLHeli: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
parent
af511af77f
commit
9fb95f425a
|
@ -30,7 +30,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <AP_Math/crc.h>
|
#include <AP_Math/crc.h>
|
||||||
#include <AP_Vehicle/AP_Vehicle.h>
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||||
#if APM_BUILD_TYPE(APM_BUILD_Rover)
|
#if APM_BUILD_TYPE(APM_BUILD_Rover)
|
||||||
#include <AR_Motors/AP_MotorsUGV.h>
|
#include <AR_Motors/AP_MotorsUGV.h>
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue