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;