Browse Source

AP_GPS: fixed example build

master
Andrew Tridgell 11 years ago
parent
commit
db1479b46b
  1. 1
      libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde
  2. 1
      libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.pde

1
libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde

@ -28,6 +28,7 @@ @@ -28,6 +28,7 @@
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Math.h>
#include <AP_Notify.h>
#include <AP_BoardLED.h>

1
libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.pde

@ -29,6 +29,7 @@ @@ -29,6 +29,7 @@
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Math.h>
#include <AP_Notify.h>
#include <AP_NavEKF.h>

Loading…
Cancel
Save