Skip to content

Commit 7eea73d

Browse files
committed
AP_InertialSensor: remove unused rotation member
1 parent 229bcaa commit 7eea73d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libraries/AP_InertialSensor/AP_InertialSensor_L3G4200D.h

+1-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,5 @@ class AP_InertialSensor_L3G4200D : public AP_InertialSensor_Backend
5050
// Low Pass filters for gyro and accel
5151
LowPassFilter2pVector3f _accel_filter;
5252
LowPassFilter2pVector3f _gyro_filter;
53-
54-
enum Rotation _rotation;
5553
};
56-
#endif // __AP_INERTIAL_SENSOR_L3G4200D2_H__
54+
#endif // __AP_INERTIAL_SENSOR_L3G4200D2_H__

0 commit comments

Comments
 (0)