summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-08 13:42:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-08 13:42:56 -0600
commit8b5a8f98e261f31f15cae44fe8847ada4a0654e0 (patch)
tree7b76274110ab8ea553ae6629208a5bfa7410df90 /apps/examples
parent56ecc7ff06b521dbda03a4c7b6274459a5709ab2 (diff)
downloadnuttx-8b5a8f98e261f31f15cae44fe8847ada4a0654e0.tar.gz
nuttx-8b5a8f98e261f31f15cae44fe8847ada4a0654e0.tar.bz2
nuttx-8b5a8f98e261f31f15cae44fe8847ada4a0654e0.zip
Trivial updates assocaited with USB host mass storage and SAMA5 EHCI
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/usbmsc/usbmsc_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/examples/usbmsc/usbmsc_main.c b/apps/examples/usbmsc/usbmsc_main.c
index 3140182a8..20938d6ca 100644
--- a/apps/examples/usbmsc/usbmsc_main.c
+++ b/apps/examples/usbmsc/usbmsc_main.c
@@ -582,6 +582,8 @@ int msconn_main(int argc, char *argv[])
* that the USB mass storage device is already configured). There is
* no handshaking so there is a race condition: We will check again
* when the daemon is started.
+ *
+ * REVISIT: This might a good application for vfork();
*/
if (g_usbmsc.mshandle)