AC_Avoidance: change namespace of MultiCopter and FixedWing params

this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
Peter Barker 2022-11-08 21:10:56 +11:00 committed by Andrew Tridgell
parent e340c4655b
commit cf8acf613d
1 changed files with 1 additions and 0 deletions

View File

@ -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)