summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_mmcmds.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-24 00:00:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-24 00:00:31 +0000
commit58a755a096e3c671096f7477320d0f5304415ec1 (patch)
treed46b52654d9246cc5c32531cffe2927bc89e61c1 /apps/nshlib/nsh_mmcmds.c
parentd50f3951929ac1458e2b5aaa02e352a92a14c44a (diff)
downloadpx4-nuttx-58a755a096e3c671096f7477320d0f5304415ec1.tar.gz
px4-nuttx-58a755a096e3c671096f7477320d0f5304415ec1.tar.bz2
px4-nuttx-58a755a096e3c671096f7477320d0f5304415ec1.zip
If we are using a USB serial console, then NSH must wait for the USB device to be connected
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4327 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/nshlib/nsh_mmcmds.c')
-rw-r--r--apps/nshlib/nsh_mmcmds.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/nshlib/nsh_mmcmds.c b/apps/nshlib/nsh_mmcmds.c
index 4b6e0bf41..fd37df168 100644
--- a/apps/nshlib/nsh_mmcmds.c
+++ b/apps/nshlib/nsh_mmcmds.c
@@ -1,8 +1,8 @@
/****************************************************************************
- * apps/nshlib/dbg_mmcmds.c
+ * apps/nshlib/nsh_mmcmds.c
*
- * Copyright (C) 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -92,4 +92,4 @@ int cmd_free(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
return OK;
}
-#endif
+#endif /* !CONFIG_NSH_DISABLE_FREE */