HAL_AVR: fixed examples build

This commit is contained in:
Andrew Tridgell 2013-08-29 15:04:59 +10:00
parent e6bd3b65b9
commit 0bfc18b72d
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#include <AP_Camera.h> // Photo or video camera
#include <AP_Mount.h> // Camera/Antenna mount
#include <AP_Airspeed.h> // needed for AHRS build
#include <AP_SpdHgtControl.h> // needed for AHRS build
#include <AP_Notify.h>
#include <DataFlash.h>
#include <AP_InertialNav.h> // ArduPilot Mega inertial navigation library
#include <GCS_MAVLink.h>
#include <memcheck.h>

View File

@ -21,6 +21,7 @@
#include <AP_Relay.h> // APM relay
#include <AP_Camera.h> // Photo or video camera
#include <AP_Airspeed.h>
#include <AP_Notify.h>
#include <memcheck.h>
#include <DataFlash.h>