1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 23:05:17 +03:00

Removed constrain min and max as they are unnecessary

This commit is contained in:
Darren Lines 2022-02-07 08:30:56 +00:00
parent bdc83e4e0e
commit 2f00540c60
3 changed files with 5 additions and 17 deletions

View file

@ -72,11 +72,9 @@ typedef enum {
LOGIC_CONDITION_MODULUS = 40,
LOGIC_CONDITION_LOITER_OVERRIDE = 41,
LOGIC_CONDITION_SET_PROFILE = 42,
LOGIC_CONDITION_CONSTRAIN_MIN = 43,
LOGIC_CONDITION_CONSTRAIN_MAX = 44,
LOGIC_CONDITION_MIN = 45,
LOGIC_CONDITION_MAX = 46,
LOGIC_CONDITION_LAST = 47,
LOGIC_CONDITION_MIN = 43,
LOGIC_CONDITION_MAX = 44,
LOGIC_CONDITION_LAST = 45,
} logicOperation_e;
typedef enum logicOperandType_s {