summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbdev/cdcacm.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbdev/cdcacm.c')
-rw-r--r--nuttx/drivers/usbdev/cdcacm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/drivers/usbdev/cdcacm.c b/nuttx/drivers/usbdev/cdcacm.c
index df66011d9..2243c769b 100644
--- a/nuttx/drivers/usbdev/cdcacm.c
+++ b/nuttx/drivers/usbdev/cdcacm.c
@@ -238,6 +238,9 @@ static const struct uart_ops_s g_uartops =
NULL, /* receive */
cdcuart_rxint, /* rxinit */
NULL, /* rxavailable */
+#ifdef CONFIG_SERIAL_IFLOWCONTROL
+ NULL, /* rxflowcontrol */
+#endif
NULL, /* send */
cdcuart_txint, /* txinit */
NULL, /* txready */