Browse Source

AP_InertialSensor_MPU6000: Fix the test code so that compiles.

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

2
libraries/AP_InertialSensor/examples/MPU6000/MPU6000.pde

@ -28,6 +28,8 @@ @@ -28,6 +28,8 @@
#include <AP_ADC_AnalogSource.h>
#include <AP_Compass.h>
#include <AP_Declination.h>
#include <AP_NavEKF.h>
#include <AP_HAL_Linux.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
AP_InertialSensor_MPU6000 ins;

Loading…
Cancel
Save