Skip to content

Commit 4557854

Browse files
committed
increase MAX_EQUATION_DEPTH
1 parent a0bc7ef commit 4557854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CollectionInspectionAPITypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct ExpressionNode;
2323
static constexpr uint32_t MAX_NUMBER_OF_ACTIVE_CONDITION = 256; /**< More active conditions will be ignored */
2424
static constexpr uint32_t ALL_CONDITIONS = 0xFFFFFFFF;
2525
static constexpr uint32_t MAX_EQUATION_DEPTH =
26-
10; /**< If the AST of the expression is deeper than this value the equation is not accepted */
26+
50; /**< If the AST of the expression is deeper than this value the equation is not accepted */
2727
static constexpr uint32_t MAX_DIFFERENT_SIGNAL_IDS =
2828
50000; /**< Signal IDs can be distributed over the whole range but never more than 50.000 signals in parallel */
2929

0 commit comments

Comments
 (0)