1
0
Fork 0
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:
Darren Lines 2022-05-10 10:24:54 +01:00
parent fc5c3363dc
commit ddcb695224

View file

@ -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,