STM32F7: fix UART7 and UART8 IFLOWCONTROL options

This commit is contained in:
Jussi Kivilinna
2017-04-06 08:46:24 -06:00
committed by Gregory Nutt
parent dabf45f100
commit e2702cbe4e
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1577,7 +1577,7 @@ config USART6_2STOP
1=Two stop bits
config USART6_IFLOWCONTROL
bool "UART6 RTS flow control"
bool "USART6 RTS flow control"
default n
select SERIAL_IFLOWCONTROL
---help---