mirror of
https://github.com/apache/nuttx.git
synced 2025-01-12 23:18:36 +08:00
Added comma to fix undefined bits struct member
This commit is contained in:
parent
bbd6931d61
commit
e039fa039d
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ static struct imx_uart_s g_uart1priv =
|
|||
.baud = CONFIG_UART1_BAUD,
|
||||
.irq = IMX_IRQ_UART1,
|
||||
.parity = CONFIG_UART1_PARITY,
|
||||
.lock = SP_UNLOCKED
|
||||
.lock = SP_UNLOCKED,
|
||||
.bits = CONFIG_UART1_BITS,
|
||||
.stopbits2 = CONFIG_UART1_2STOP,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue