mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user