mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 01:28:29 -04:00
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,
|
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
|
// definitions used by quaterion and vector3f
|
||||||
#define HALF_SQRT_2 0.70710678118654757f
|
#define HALF_SQRT_2 0.70710678118654757f
|
||||||
|
Loading…
Reference in New Issue
Block a user