examples: radio thread needs more stack

The radio stack in default examples uses printf() and thus needs more
stack.
dev/timer
Oleg Hahm 8 years ago
parent 8537344db9
commit ddfc88323d

@ -49,7 +49,7 @@
#define SND_BUFFER_SIZE (100)
#define RCV_BUFFER_SIZE (64)
#define RADIO_STACK_SIZE (KERNEL_CONF_STACKSIZE_DEFAULT)
#define RADIO_STACK_SIZE (KERNEL_CONF_STACKSIZE_MAIN)
#ifdef MODULE_TRANSCEIVER

Loading…
Cancel
Save