Skip to content
Snippets Groups Projects
Commit 346c0cc4 authored by Christian Mehlis's avatar Christian Mehlis
Browse files

examples: changed stacksize to the recommended value

parent eac161c7
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ extern "C" { ...@@ -37,7 +37,7 @@ extern "C" {
using namespace std; using namespace std;
/* thread's stack */ /* thread's stack */
char threadA_stack [KERNEL_CONF_STACKSIZE_PRINTF]; char threadA_stack [KERNEL_CONF_STACKSIZE_MAIN];
/* thread's function */ /* thread's function */
void *threadA_func(void *arg); void *threadA_func(void *arg);
......
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