Browse Source

AP_InertialNav: fixed example build

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
47450a9b40
  1. 1
      libraries/AP_InertialNav/examples/AP_InertialNav_test/AP_InertialNav_test.pde

1
libraries/AP_InertialNav/examples/AP_InertialNav_test/AP_InertialNav_test.pde

@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
#include <AP_GPS.h> // ArduPilot GPS library
#include <AP_ADC.h> // ArduPilot Mega Analog to Digital Converter Library
#include <AP_ADC_AnalogSource.h>
#include <AP_Baro.h> // ArduPilot Mega Barometer Library
#include <Filter.h>
#include <AP_Compass.h> // ArduPilot Mega Magnetometer Library

Loading…
Cancel
Save