You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/06/15 20:22:09 UTC

[incubator-nuttx-apps] 01/02: composite: do not require CDCACM driver to be set, composite interface is generic

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 22d5712a5a0460b0ac4d61fe605821b728119a44
Author: Matias Nitsche <mn...@dc.uba.ar>
AuthorDate: Mon Jun 15 12:24:43 2020 -0300

    composite: do not require CDCACM driver to be set, composite interface is generic
---
 system/composite/composite.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/system/composite/composite.h b/system/composite/composite.h
index 765ee4b..a14f401 100644
--- a/system/composite/composite.h
+++ b/system/composite/composite.h
@@ -57,14 +57,6 @@
 #  error "USB composite device support is not enabled (CONFIG_USBDEV_COMPOSITE)"
 #endif
 
-#ifndef CONFIG_CDCACM
-#  error "USB CDC/ACM serial device support is not enabled (CONFIG_CDCACM)"
-#endif
-
-#ifndef CONFIG_CDCACM_COMPOSITE
-#  error "USB CDC/ACM serial composite device support is not enabled (CONFIG_CDCACM_COMPOSITE)"
-#endif
-
 /* Trace initialization *****************************************************/
 
 #ifndef CONFIG_USBDEV_TRACE_INITIALIDSET