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:
Martin Åberg 2020-11-16 12:24:46 +01:00 committed by Carles Cufí
commit a5fd0d5c0b

View file

@ -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