Baro: fix BMP085 example sketch

This commit is contained in:
Randy Mackay 2014-02-14 16:33:53 +09:00 committed by Andrew Tridgell
parent d761ddd4af
commit bb715424ee

View File

@ -19,7 +19,11 @@
#include <DataFlash.h>
#include <GCS_MAVLink.h>
#include <AP_Notify.h>
#include <AP_Compass.h>
#include <AP_Declination.h>
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_AHRS.h>
#include <AP_HAL_AVR.h>
#include <AP_HAL_FLYMAPLE.h>
#include <AP_HAL_Linux.h>