mirror of https://github.com/ArduPilot/ardupilot
AP_ADSB: add missing includes
This commit is contained in:
parent
ad3cf26338
commit
37fccc118f
|
@ -37,7 +37,7 @@
|
|||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
|
||||
#include <AP_RTC/AP_RTC.h>
|
||||
|
||||
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list
|
||||
#define ADSB_SQUAWK_OCTAL_DEFAULT 1200
|
||||
|
|
Loading…
Reference in New Issue