mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #1450 from mehlis/ccp-stacksize-fix
examples: changed stacksize to the recommended value
This commit is contained in:
commit
54fd920da0
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user