1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 09:16:01 +03:00

Merge remote-tracking branch 'upstream/master' into abo_acro_attitude_hold

This commit is contained in:
breadoven 2023-10-27 21:50:16 +01:00
commit 5276219887
40 changed files with 1223 additions and 56 deletions

View file

@ -81,7 +81,8 @@ typedef enum {
LOGIC_CONDITION_TIMER = 49,
LOGIC_CONDITION_DELTA = 50,
LOGIC_CONDITION_APPROX_EQUAL = 51,
LOGIC_CONDITION_LAST = 52,
LOGIC_CONDITION_LED_PIN_PWM = 52,
LOGIC_CONDITION_LAST = 53,
} logicOperation_e;
typedef enum logicOperandType_s {