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:
commit
7354c5cc51
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user