Browse Source

AP_InertialSensor: fix LSM9DS0 test code

master
Víctor Mayoral Vilches 11 years ago committed by Andrew Tridgell
parent
commit
0fff8df491
  1. 1
      libraries/AP_InertialSensor/examples/LSM9DS0/LSM9DS0.pde

1
libraries/AP_InertialSensor/examples/LSM9DS0/LSM9DS0.pde

@ -30,6 +30,7 @@ @@ -30,6 +30,7 @@
#include <AP_NavEKF.h>
#include <AP_HAL_Linux.h>
#include <AP_InertialSensor_LSM9DS0.h>
#include <AP_Mission.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
AP_InertialSensor_LSM9DS0 ins;

Loading…
Cancel
Save