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
This commit is contained in:
patacongo
2012-01-24 00:00:31 +00:00
parent a3301a7079
commit c2266ac99a
6 changed files with 237 additions and 55 deletions

View File

@@ -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 */