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.
17 lines
664 B
17 lines
664 B
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 */
|
|
|