mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
AP_ADSB: change namespace of MultiCopter and FixedWing params
this stops the libraries knowing anything about AP_Vehicle
This commit is contained in:
parent
12b825ba08
commit
877b1413ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user