1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #867 from OlegHahm/uart_stacksize

uart: use cpu dependent stack size
This commit is contained in:
René Kijewski 2014-03-24 15:30:30 +01:00
commit 7354c5cc51

View File

@ -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;