samples: tracing: use TEST_EXTRA_STACKSIZE
Take TEST_EXTRA_STACKSIZE into account when sizing the stack for the tracing sample tasks. Signed-off-by: Martin Åberg <martin.aberg@gaisler.com>
This commit is contained in:
parent
e696c65de1
commit
a5fd0d5c0b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
/* size of stack area used by each thread */
|
||||
#define STACKSIZE 1024
|
||||
#define STACKSIZE (1024 + CONFIG_TEST_EXTRA_STACKSIZE)
|
||||
|
||||
/* scheduling priority used by each thread */
|
||||
#define PRIORITY 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue