Browse Source

AP_Math: fixed example build

mission-4.1.18
Andrew Tridgell 11 years ago
parent
commit
aa5940c378
  1. 1
      libraries/AP_Math/examples/eulers/eulers.pde
  2. 1
      libraries/AP_Math/examples/location/location.pde
  3. 1
      libraries/AP_Math/examples/rotations/rotations.pde

1
libraries/AP_Math/examples/eulers/eulers.pde

@ -24,6 +24,7 @@ @@ -24,6 +24,7 @@
#include <DataFlash.h>
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Declination.h>
#include <AP_AHRS.h>
#include <AP_NavEKF.h>

1
libraries/AP_Math/examples/location/location.pde

@ -17,6 +17,7 @@ @@ -17,6 +17,7 @@
#include <AP_Baro.h>
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Declination.h>
#include <AP_HAL_AVR.h>

1
libraries/AP_Math/examples/rotations/rotations.pde

@ -23,6 +23,7 @@ @@ -23,6 +23,7 @@
#include <DataFlash.h>
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Declination.h> // ArduPilot Mega Declination Helper Library
#include <AP_AHRS.h>
#include <AP_NavEKF.h>

Loading…
Cancel
Save