AP_Math: fixed example build

This commit is contained in:
Andrew Tridgell 2014-02-15 06:39:43 +11:00
parent f9d0747750
commit c1dff6aa65
2 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,11 @@
#include <AP_HAL_AVR.h>
#include <AP_HAL_AVR_SITL.h>
#include <AP_HAL_Empty.h>
#include <AP_AHRS.h>
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Compass.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;

View File

@ -23,6 +23,10 @@
#include <DataFlash.h>
#include <GCS_MAVLink.h>
#include <AP_Declination.h> // ArduPilot Mega Declination Helper Library
#include <AP_AHRS.h>
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_ADC_AnalogSource.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;