mirror of https://github.com/ArduPilot/ardupilot
AC_Avoidance: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
parent
e340c4655b
commit
cf8acf613d
|
@ -19,6 +19,7 @@
|
|||
#include <AP_Proximity/AP_Proximity.h>
|
||||
#include <AP_Beacon/AP_Beacon.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if !APM_BUILD_TYPE(APM_BUILD_ArduPlane)
|
||||
|
|
Loading…
Reference in New Issue