Initial USB serial debug

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2809 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2010-07-17 17:47:11 +00:00
parent f342df0987
commit 4b7e64be02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2498,7 +2498,7 @@ static int lpc17_epconfigure(FAR struct usbdev_ep_s *ep,
#endif #endif
/* If all of the endpoints have been configured, then tell the USB controller /* If all of the endpoints have been configured, then tell the USB controller
* to enabled normal activity on all realized endpoints. * to enable normal activity on all realized endpoints.
*/ */
if (last) if (last)
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* examples/usbserial/main.c * examples/usbserial/main.c
* *
* Copyright (C) 2008 Gregory Nutt. All rights reserved. * Copyright (C) 2008, 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr> * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without