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.
tstack
1 parent 19ba592 commit ac04889Copy full SHA for ac04889
samples/kernel/condition_variables/condvar/src/main.c
@@ -18,7 +18,6 @@ K_CONDVAR_DEFINE(count_threshold_cv);
18
19
#define STACK_SIZE (1024 + CONFIG_TEST_EXTRA_STACK_SIZE)
20
21
-K_THREAD_STACK_EXTERN(tstack);
22
K_THREAD_STACK_ARRAY_DEFINE(tstacks, NUM_THREADS, STACK_SIZE);
23
24
static struct k_thread t[NUM_THREADS];
samples/kernel/condition_variables/simple/src/main.c
@@ -11,7 +11,6 @@
11
#define NUM_THREADS 20
12
13
14
15
16
17
0 commit comments