You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
664 B
18 lines
664 B
8 years ago
|
diff --git NuttX/nuttx/drivers/usbdev/cdcacm.c NuttX/nuttx/drivers/usbdev/cdcacm.c
|
||
|
index 64e2e68..15f92dd 100644
|
||
|
--- NuttX/nuttx/drivers/usbdev/cdcacm.c
|
||
|
+++ NuttX/nuttx/drivers/usbdev/cdcacm.c
|
||
|
@@ -243,6 +243,12 @@ static const struct uart_ops_s g_uartops =
|
||
|
#ifdef CONFIG_SERIAL_IFLOWCONTROL
|
||
|
cdcuart_rxflowcontrol, /* rxflowcontrol */
|
||
|
#endif
|
||
|
+#ifdef CONFIG_SERIAL_DMA
|
||
|
+ NULL, /* dmasend */
|
||
|
+ NULL, /* dmareceive */
|
||
|
+ NULL, /* dmarxfree */
|
||
|
+ NULL, /* dmatxavail */
|
||
|
+#endif
|
||
|
NULL, /* send */
|
||
|
cdcuart_txint, /* txinit */
|
||
|
NULL, /* txready */
|