mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +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 "config/parameter_group.h"
|
||||||
#include "common/time.h"
|
#include "common/time.h"
|
||||||
|
|
||||||
#define MAX_LOGIC_CONDITIONS 32
|
#define MAX_LOGIC_CONDITIONS 64
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
LOGIC_CONDITION_TRUE = 0,
|
LOGIC_CONDITION_TRUE = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue