summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-16 15:04:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-16 15:04:09 -0600
commitfddb234e576e1c12946e600a8d010652d5d60dd5 (patch)
treecc54581fa03b371bba31f1022710e015d8a5e4f4 /apps/nshlib
parentcb437c654b374337ef9a41bc3c49d0aa9c1c3edd (diff)
downloadnuttx-fddb234e576e1c12946e600a8d010652d5d60dd5.tar.gz
nuttx-fddb234e576e1c12946e600a8d010652d5d60dd5.tar.bz2
nuttx-fddb234e576e1c12946e600a8d010652d5d60dd5.zip
More of the PHY event notification logic change: Fix some compile errors when full feature is enabled; Add some missing ioctol logic
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/nsh_netinit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/nshlib/nsh_netinit.c b/apps/nshlib/nsh_netinit.c
index 187a0bb2f..647d0eebd 100644
--- a/apps/nshlib/nsh_netinit.c
+++ b/apps/nshlib/nsh_netinit.c
@@ -228,7 +228,6 @@ int nsh_netinit(void)
struct sched_param sparam;
pthread_attr_t attr;
pthread_t tid;
- void *value;
int ret;
/* Start the network initialization thread to perform the network bring-up