AP_ADSB: 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 12b825ba08
commit 877b1413ea

View File

@ -27,9 +27,9 @@
#include "AP_ADSB_uAvionix_UCP.h"
#include "AP_ADSB_Sagetech.h"
#include "AP_ADSB_Sagetech_MXS.h"
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list