We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e696c65 commit a5fd0d5Copy full SHA for a5fd0d5
samples/subsys/tracing/src/main.c
@@ -19,7 +19,7 @@
19
20
21
/* size of stack area used by each thread */
22
-#define STACKSIZE 1024
+#define STACKSIZE (1024 + CONFIG_TEST_EXTRA_STACKSIZE)
23
24
/* scheduling priority used by each thread */
25
#define PRIORITY 7
0 commit comments