1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-22 07:45:24 +03:00

Merge branch 'master' into dzikuvx-lc-rc-channels-override

This commit is contained in:
Pawel Spychalski (DzikuVx) 2021-01-19 10:41:53 +01:00
commit 416f6470b9
651 changed files with 773121 additions and 4302 deletions

View file

@ -78,6 +78,7 @@ typedef enum logicOperandType_s {
LOGIC_CONDITION_OPERAND_TYPE_FLIGHT_MODE,
LOGIC_CONDITION_OPERAND_TYPE_LC, // Result of different LC and LC operand
LOGIC_CONDITION_OPERAND_TYPE_GVAR, // Value from a global variable
LOGIC_CONDITION_OPERAND_TYPE_PID, // Value from a Programming PID
LOGIC_CONDITION_OPERAND_TYPE_LAST
} logicOperandType_e;