Skip to content
Snippets Groups Projects
Commit 19a474e3 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Enable flow control in OS config for TAP so that ports without support are correctly detected

parent 7d8553ec
No related branches found
No related tags found
No related merge requests found
......@@ -882,8 +882,8 @@ CONFIG_USART6_SERIALDRIVER=y
CONFIG_MCU_SERIAL=y
CONFIG_STANDARD_SERIAL=y
CONFIG_SERIAL_NPOLLWAITERS=2
# CONFIG_SERIAL_IFLOWCONTROL is not set
# CONFIG_SERIAL_OFLOWCONTROL is not set
CONFIG_SERIAL_IFLOWCONTROL=y
CONFIG_SERIAL_OFLOWCONTROL=y
# CONFIG_SERIAL_DMA is not set
CONFIG_ARCH_HAVE_SERIAL_TERMIOS=y
# CONFIG_USART1_SERIAL_CONSOLE is not set
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment