More name changes: USBSER->PL2303 CDCSER->CDCACM

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4337 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-01-25 23:04:17 +00:00
parent f9739ec32a
commit 758d4cd6e6
121 changed files with 2928 additions and 2928 deletions
+2 -2
View File
@@ -82,9 +82,9 @@
#undef HAVE_USB_CONSOLE
#if defined(CONFIG_USBDEV)
# if defined(CONFIG_USBSER) && defined(CONFIG_USBSER_CONSOLE)
# if defined(CONFIG_PL2303) && defined(CONFIG_PL2303_CONSOLE)
# define HAVE_USB_CONSOLE 1
# elif defined(CONFIG_CDCSER) && defined(CONFIG_CDCSER_CONSOLE)
# elif defined(CONFIG_CDCACM) && defined(CONFIG_CDCACM_CONSOLE)
# define HAVE_USB_CONSOLE 1
# endif
#endif