Skip to content
Snippets Groups Projects
Commit da9e9044 authored by Ivica Ico Bukvic's avatar Ivica Ico Bukvic
Browse files

increased stack overflow threshold for busy patches, particularly k12 module.

parent 2d38bd4c
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ void obj_init(void) ...@@ -308,7 +308,7 @@ void obj_init(void)
/* --------------------------- outlets ------------------------------ */ /* --------------------------- outlets ------------------------------ */
static int stackcount = 0; /* iteration counter */ static int stackcount = 0; /* iteration counter */
#define STACKITER 1000 /* maximum iterations allowed */ #define STACKITER 10000 /* maximum iterations allowed */
static int outlet_eventno; static int outlet_eventno;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment