mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 19:06:35 +00:00
nrf52/nrf53: lowputc: fix compilation if flow control enabled
This commit is contained in:
parent
f48846676e
commit
620c6cfd58
2 changed files with 0 additions and 12 deletions
|
|
@ -74,12 +74,6 @@ static const struct uart_config_s g_console_config =
|
|||
.parity = CONSOLE_PARITY,
|
||||
.bits = CONSOLE_BITS,
|
||||
.stopbits2 = CONSOLE_2STOP,
|
||||
#ifdef CONFIG_SERIAL_IFLOWCONTROL
|
||||
.iflow = CONSOLE_IFLOW,
|
||||
#endif
|
||||
#ifdef CONFIG_SERIAL_OFLOWCONTROL
|
||||
.oflow = CONSOLE_OFLOW,
|
||||
#endif
|
||||
.txpin = CONSOLE_TX_PIN,
|
||||
.rxpin = CONSOLE_RX_PIN,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -74,12 +74,6 @@ static const struct uart_config_s g_console_config =
|
|||
.parity = CONSOLE_PARITY,
|
||||
.bits = CONSOLE_BITS,
|
||||
.stopbits2 = CONSOLE_2STOP,
|
||||
#ifdef CONFIG_SERIAL_IFLOWCONTROL
|
||||
.iflow = CONSOLE_IFLOW,
|
||||
#endif
|
||||
#ifdef CONFIG_SERIAL_OFLOWCONTROL
|
||||
.oflow = CONSOLE_OFLOW,
|
||||
#endif
|
||||
.txpin = CONSOLE_TX_PIN,
|
||||
.rxpin = CONSOLE_RX_PIN,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue