uart_stdio:mutex_lock is no longer needed for init
...since the introduction of the new ringbuffer.
This commit is contained in:
parent
26e67b86b5
commit
ee8aae7593
@ -70,7 +70,6 @@ void uart_stdio_rx_cb(void *arg, char data)
|
|||||||
|
|
||||||
void uart_stdio_init(void)
|
void uart_stdio_init(void)
|
||||||
{
|
{
|
||||||
mutex_lock(&_rx_mutex);
|
|
||||||
uart_init(STDIO, STDIO_BAUDRATE, uart_stdio_rx_cb, NULL);
|
uart_init(STDIO, STDIO_BAUDRATE, uart_stdio_rx_cb, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user