9
0
Fork 0

Initial USB serial debug

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2809 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2010-07-17 17:47:11 +00:00
parent 0a8a9d7706
commit dd3c27cbf9
2 changed files with 2 additions and 2 deletions

View File

@ -2498,7 +2498,7 @@ static int lpc17_epconfigure(FAR struct usbdev_ep_s *ep,
#endif
/* 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)

View File

@ -1,7 +1,7 @@
/****************************************************************************
* 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>
*
* Redistribution and use in source and binary forms, with or without