Skip to content
Snippets Groups Projects
Commit ddfc8832 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

examples: radio thread needs more stack

The radio stack in default examples uses printf() and thus needs more
stack.
parent 8537344d
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -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
......
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