Skip to content
Snippets Groups Projects
Commit 00a89d96 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

reduce stack size by one order of magnitude

parent cfef9261
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,7 @@ void obj_init(void) ...@@ -335,7 +335,7 @@ void obj_init(void)
/* --------------------------- outlets ------------------------------ */ /* --------------------------- outlets ------------------------------ */
static int stackcount = 0; /* iteration counter */ static int stackcount = 0; /* iteration counter */
#define STACKITER 10000 /* maximum iterations allowed */ #define STACKITER 1000 /* 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