Browse Source

AP_ADSB: Fix AP_GPS include

master
Michael du Breuil 6 years ago committed by Andrew Tridgell
parent
commit
a09ead5819
  1. 1
      libraries/AP_ADSB/AP_ADSB.cpp

1
libraries/AP_ADSB/AP_ADSB.cpp

@ -28,6 +28,7 @@ @@ -28,6 +28,7 @@
#include <AP_Vehicle/AP_Vehicle.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_GPS/AP_GPS.h>
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list

Loading…
Cancel
Save