From a0d1fda4a807cb8eef69cb355ad66a1d05305c53 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Sat, 8 Mar 2014 15:27:06 +0000 Subject: [PATCH] use cpu dependent stack size --- sys/uart0/uart0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/uart0/uart0.c b/sys/uart0/uart0.c index 2334b1d484..fae86a2ed5 100644 --- a/sys/uart0/uart0.c +++ b/sys/uart0/uart0.c @@ -36,7 +36,7 @@ #endif /* increase when ENABLE_DEBUG in chardev_thread is set to 1! */ -#define UART0_STACKSIZE (MINIMUM_STACK_SIZE + 256) +#define UART0_STACKSIZE (KERNEL_CONF_STACKSIZE_DEFAULT) ringbuffer_t uart0_ringbuffer; int uart0_handler_pid;