Browse Source

HAL_AVR: fixed example build

master
Andrew Tridgell 11 years ago
parent
commit
4bb72f8d85
  1. 1
      libraries/AP_HAL_AVR/examples/ArduCopterLibs/ArduCopterLibs.pde
  2. 1
      libraries/AP_HAL_AVR/examples/ArduPlaneLibs/ArduPlaneLibs.pde

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 <StorageManager.h>
#include <AP_Terrain.h>
#include <memcheck.h>

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 <StorageManager.h>
#include <AP_Terrain.h>
#include <AP_Mount.h> // Camera/Antenna mount
#include <AP_Declination.h> // ArduPilot Mega Declination Helper Library

Loading…
Cancel
Save