git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13216 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
Giovanni Di Sirio 2019-12-10 08:31:48 +00:00
parent abcbd3d852
commit 0ffa6f42bf
2 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,7 @@ static UARTConfig uart_cfg_1 = {
rxend,
rxchar,
rxerr,
NULL,
38400,
0,
USART_CR2_LINEN,

View File

@ -100,6 +100,7 @@ static UARTConfig uart_cfg_1 = {
rxend,
rxchar,
rxerr,
NULL,
38400,
0,
USART_CR2_LINEN,