git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13216 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
abcbd3d852
commit
0ffa6f42bf
|
@ -104,6 +104,7 @@ static UARTConfig uart_cfg_1 = {
|
||||||
rxend,
|
rxend,
|
||||||
rxchar,
|
rxchar,
|
||||||
rxerr,
|
rxerr,
|
||||||
|
NULL,
|
||||||
38400,
|
38400,
|
||||||
0,
|
0,
|
||||||
USART_CR2_LINEN,
|
USART_CR2_LINEN,
|
||||||
|
|
|
@ -100,6 +100,7 @@ static UARTConfig uart_cfg_1 = {
|
||||||
rxend,
|
rxend,
|
||||||
rxchar,
|
rxchar,
|
||||||
rxerr,
|
rxerr,
|
||||||
|
NULL,
|
||||||
38400,
|
38400,
|
||||||
0,
|
0,
|
||||||
USART_CR2_LINEN,
|
USART_CR2_LINEN,
|
||||||
|
|
Loading…
Reference in New Issue