Browse Source

AP_Math: fixed example build

master
Andrew Tridgell 11 years ago committed by Randy Mackay
parent
commit
acd54d0826
  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

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

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

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

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

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

Loading…
Cancel
Save