AP_Math: remove unused ROTATION_MAX_AUTO_ROTATION define

This commit is contained in:
Iampete1 2021-07-23 20:49:08 +01:00 committed by Andrew Tridgell
parent 36a80d46e3
commit 5ecfd3fbce
1 changed files with 0 additions and 2 deletions

View File

@ -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