mirror of https://github.com/ArduPilot/ardupilot
AP_Math: remove unused ROTATION_MAX_AUTO_ROTATION define
This commit is contained in:
parent
36a80d46e3
commit
5ecfd3fbce
|
@ -79,8 +79,6 @@ enum Rotation : uint8_t {
|
|||
ROTATION_CUSTOM = 100,
|
||||
};
|
||||
|
||||
// maximum rotation that will be used for auto-detection
|
||||
#define ROTATION_MAX_AUTO_ROTATION ROTATION_ROLL_90_PITCH_315
|
||||
|
||||
// definitions used by quaterion and vector3f
|
||||
#define HALF_SQRT_2 0.70710678118654757f
|
||||
|
|
Loading…
Reference in New Issue