examples: radio thread needs more stack
The radio stack in default examples uses printf() and thus needs more stack.
This commit is contained in:
parent
8537344db9
commit
ddfc88323d
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#define SND_BUFFER_SIZE (100)
|
#define SND_BUFFER_SIZE (100)
|
||||||
#define RCV_BUFFER_SIZE (64)
|
#define RCV_BUFFER_SIZE (64)
|
||||||
#define RADIO_STACK_SIZE (KERNEL_CONF_STACKSIZE_DEFAULT)
|
#define RADIO_STACK_SIZE (KERNEL_CONF_STACKSIZE_MAIN)
|
||||||
|
|
||||||
#ifdef MODULE_TRANSCEIVER
|
#ifdef MODULE_TRANSCEIVER
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user