Browse Source

AP_InertialSensor: Add missing library to test example.

mission-4.1.18
Víctor Mayoral Vilches 11 years ago committed by Andrew Tridgell
parent
commit
bae84e2942
  1. 1
      libraries/AP_InertialSensor/examples/MPU9150/MPU9150.pde

1
libraries/AP_InertialSensor/examples/MPU9150/MPU9150.pde

@ -30,6 +30,7 @@ @@ -30,6 +30,7 @@
#include <AP_Baro.h>
#include <AP_ADC_AnalogSource.h>
#include <DataFlash.h>
#include <AP_Mission.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
AP_InertialSensor_MPU9150 ins;

Loading…
Cancel
Save