mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-21 23:31:11 +00:00
Two comment fixes
This commit is contained in:
parent
1913e1a936
commit
ca6c8818b1
@ -59,11 +59,11 @@
|
||||
void
|
||||
init_usart(void)
|
||||
{
|
||||
/* Second rs232 port for debugging */
|
||||
/* First rs232 port for debugging */
|
||||
rs232_init(RS232_PORT_0, USART_BAUD_115200,
|
||||
USART_PARITY_NONE | USART_STOP_BITS_1 | USART_DATA_BITS_8);
|
||||
|
||||
/* Redirect stdout to second port */
|
||||
/* Redirect stdout to first port */
|
||||
rs232_redirect_stdout(RS232_PORT_0);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user