AP_Baro: fixed example build

This commit is contained in:
Andrew Tridgell 2014-02-15 06:40:15 +11:00
parent 8201f9c928
commit 3af38a778d

View File

@ -28,6 +28,12 @@
#include <AP_HAL_FLYMAPLE.h>
#include <AP_HAL_Linux.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>
#include <AP_Declination.h>
/* Build this example sketch only for the APM1. */
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;