summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/z16f/z16f_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z16/src/z16f/z16f_serial.c')
-rw-r--r--nuttx/arch/z16/src/z16f/z16f_serial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/arch/z16/src/z16f/z16f_serial.c b/nuttx/arch/z16/src/z16f/z16f_serial.c
index aa3bdcb63..90fbafe9a 100644
--- a/nuttx/arch/z16/src/z16f/z16f_serial.c
+++ b/nuttx/arch/z16/src/z16f/z16f_serial.c
@@ -121,6 +121,9 @@ static const struct uart_ops_s g_uart_ops =
z16f_receive, /* receive */
z16f_rxint, /* rxint */
z16f_rxavailable, /* rxavailable */
+#ifdef CONFIG_SERIAL_IFLOWCONTROL
+ NULL, /* rxflowcontrol */
+#endif
z16f_send, /* send */
z16f_txint, /* txint */
z16f_txready, /* txready */