mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
Increase Logic Conditions to 64
This commit is contained in:
parent
fc5c3363dc
commit
ddcb695224
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "config/parameter_group.h"
|
||||
#include "common/time.h"
|
||||
|
||||
#define MAX_LOGIC_CONDITIONS 32
|
||||
#define MAX_LOGIC_CONDITIONS 64
|
||||
|
||||
typedef enum {
|
||||
LOGIC_CONDITION_TRUE = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue