AP_HAL: fixed example build

This commit is contained in:
Andrew Tridgell 2014-02-15 06:40:29 +11:00
parent 3af38a778d
commit 830afefcef
2 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,10 @@
#include <AP_Param.h>
#include <AP_Progmem.h>
#include <AP_Math.h>
#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;

View File

@ -26,6 +26,10 @@
#include <AP_Declination.h>
#include <SITL.h>
#include <AP_Notify.h>
#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;