From 3c423e7dff566512144a1ce15501512ad5426360 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 8 May 2014 09:00:33 -0600 Subject: Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna --- nuttx/arch/rgmp/src/x86/com.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/arch/rgmp') diff --git a/nuttx/arch/rgmp/src/x86/com.c b/nuttx/arch/rgmp/src/x86/com.c index 5a946db52..99e970e3f 100644 --- a/nuttx/arch/rgmp/src/x86/com.c +++ b/nuttx/arch/rgmp/src/x86/com.c @@ -152,6 +152,9 @@ static struct uart_ops_s g_com_ops = .receive = up_receive, .rxint = up_rxint, .rxavailable = up_rxavailable, +#ifdef CONFIG_SERIAL_IFLOWCONTROL + .rxflowcontrol = NULL, +#endif .send = up_send, .txint = up_txint, .txready = up_txready, -- cgit v1.2.3