summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_init.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-06 11:59:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-06 11:59:41 -0600
commit35c00972da41e12f4fb0590f4b4d45be91a31bfa (patch)
treec108e3dc1ce6c65c0111cd5a5adbff2521728ac9 /apps/nshlib/nsh_init.c
parent0b7ec28d62b4499189c474ee5cf29ec1212ff57a (diff)
downloadpx4-nuttx-35c00972da41e12f4fb0590f4b4d45be91a31bfa.tar.gz
px4-nuttx-35c00972da41e12f4fb0590f4b4d45be91a31bfa.tar.bz2
px4-nuttx-35c00972da41e12f4fb0590f4b4d45be91a31bfa.zip
NSH networking: There is now a configuration option that will bring up the network on an separate thread. Since the network bring-up is asynchronous, there are not serial console start-up delays due to the network negotiation time.
Diffstat (limited to 'apps/nshlib/nsh_init.c')
-rw-r--r--apps/nshlib/nsh_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_init.c b/apps/nshlib/nsh_init.c
index 96dea72bc..c9b6a8578 100644
--- a/apps/nshlib/nsh_init.c
+++ b/apps/nshlib/nsh_init.c
@@ -101,4 +101,3 @@ void nsh_initialize(void)
(void)nsh_netinit();
}
-