Browse Source

Baro: fix BMP085 example sketch

mission-4.1.18
Randy Mackay 11 years ago committed by Andrew Tridgell
parent
commit
bb715424ee
  1. 6
      libraries/AP_Baro/examples/AP_Baro_BMP085_test/AP_Baro_BMP085_test.pde

6
libraries/AP_Baro/examples/AP_Baro_BMP085_test/AP_Baro_BMP085_test.pde

@ -19,7 +19,11 @@ @@ -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>

Loading…
Cancel
Save