Browse Source

HAL_Linux: Add L3GD20 to the AP_InertialSensor header

mission-4.1.18
Víctor Mayoral Vilches 11 years ago committed by Andrew Tridgell
parent
commit
0f908a8ccd
  1. 1
      libraries/AP_InertialSensor/AP_InertialSensor.h

1
libraries/AP_InertialSensor/AP_InertialSensor.h

@ -235,5 +235,6 @@ protected: @@ -235,5 +235,6 @@ protected:
#include "AP_InertialSensor_L3G4200D.h"
#include "AP_InertialSensor_MPU9150.h"
#include "AP_InertialSensor_MPU9250.h"
#include "AP_InertialSensor_L3GD20.h"
#endif // __AP_INERTIAL_SENSOR_H__

Loading…
Cancel
Save