Browse Source

AP_HAL: fixed example builds

master
Andrew Tridgell 11 years ago
parent
commit
02dec5634f
  1. 1
      libraries/AP_HAL/examples/Printf/Printf.pde
  2. 1
      libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde
  3. 1
      libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde
  4. 1
      libraries/AP_HAL_FLYMAPLE/examples/AP_Baro_BMP085_test/AP_Baro_BMP085_test.pde
  5. 1
      libraries/AP_HAL_PX4/examples/simple/simple.pde

1
libraries/AP_HAL/examples/Printf/Printf.pde

@ -12,6 +12,7 @@ @@ -12,6 +12,7 @@
#include <DataFlash.h>
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Compass.h>
#include <AP_Declination.h>
#include <SITL.h>

1
libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde

@ -37,6 +37,7 @@ @@ -37,6 +37,7 @@
#include <AP_InertialNav.h> // ArduPilot Mega inertial navigation library
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <memcheck.h>
#if CONFIG_HAL_BOARD == HAL_BOARD_APM2

1
libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde

@ -29,6 +29,7 @@ @@ -29,6 +29,7 @@
#include <AP_Vehicle.h>
#include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Mount.h> // Camera/Antenna mount
#include <AP_Declination.h> // ArduPilot Mega Declination Helper Library

1
libraries/AP_HAL_FLYMAPLE/examples/AP_Baro_BMP085_test/AP_Baro_BMP085_test.pde

@ -19,6 +19,7 @@ @@ -19,6 +19,7 @@
#include <DataFlash.h>
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_HAL_FLYMAPLE.h>

1
libraries/AP_HAL_PX4/examples/simple/simple.pde

@ -21,6 +21,7 @@ @@ -21,6 +21,7 @@
#include <DataFlash.h>
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Terrain.h>
#include <AP_Param.h>
#include <AP_Baro.h>
#include <AP_Compass.h>

Loading…
Cancel
Save