examples: changed stacksize to the recommended value

dev/timer
Christian Mehlis 9 years ago
parent eac161c7d1
commit 346c0cc490

@ -37,7 +37,7 @@ extern "C" {
using namespace std;
/* thread's stack */
char threadA_stack [KERNEL_CONF_STACKSIZE_PRINTF];
char threadA_stack [KERNEL_CONF_STACKSIZE_MAIN];
/* thread's function */
void *threadA_func(void *arg);

Loading…
Cancel
Save