1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 23:05:17 +03:00

Bump the number of logic conditions to 32

This commit is contained in:
Pawel Spychalski (DzikuVx) 2020-07-31 10:30:16 +02:00
parent d487b64dfe
commit 03a014d0e1
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
#include "config/parameter_group.h"
#include "common/time.h"
#define MAX_LOGIC_CONDITIONS 16
#define MAX_LOGIC_CONDITIONS 32
typedef enum {
LOGIC_CONDITION_TRUE = 0,