We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229bcaa commit 7eea73dCopy full SHA for 7eea73d
libraries/AP_InertialSensor/AP_InertialSensor_L3G4200D.h
@@ -50,7 +50,5 @@ class AP_InertialSensor_L3G4200D : public AP_InertialSensor_Backend
50
// Low Pass filters for gyro and accel
51
LowPassFilter2pVector3f _accel_filter;
52
LowPassFilter2pVector3f _gyro_filter;
53
-
54
- enum Rotation _rotation;
55
};
56
-#endif // __AP_INERTIAL_SENSOR_L3G4200D2_H__
+#endif // __AP_INERTIAL_SENSOR_L3G4200D2_H__
0 commit comments