From 58a755a096e3c671096f7477320d0f5304415ec1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 24 Jan 2012 00:00:31 +0000 Subject: 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 --- apps/nshlib/nsh_mmcmds.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/nshlib/nsh_mmcmds.c') 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 + * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * 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 */ -- cgit v1.2.3