summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-06 09:19:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-06 09:19:26 -0600
commit5b6529f173e35f3c15438869ea33dbf80d3be036 (patch)
tree77333e010b64b1307ed6a0552f6cbf5bf4b47e3a /NxWidgets
parent8314e37e36a328b4e819410e2c75604c6eacaf26 (diff)
downloadnuttx-5b6529f173e35f3c15438869ea33dbf80d3be036.tar.gz
nuttx-5b6529f173e35f3c15438869ea33dbf80d3be036.tar.bz2
nuttx-5b6529f173e35f3c15438869ea33dbf80d3be036.zip
NSH Networking: Software assigned MAC address is now configurable. From Lazlo
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/nxwm/src/cnxconsole.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/src/cnxconsole.cxx b/NxWidgets/nxwm/src/cnxconsole.cxx
index d9bab9cfd..b8577b635 100644
--- a/NxWidgets/nxwm/src/cnxconsole.cxx
+++ b/NxWidgets/nxwm/src/cnxconsole.cxx
@@ -664,6 +664,7 @@ bool NxWM::nshlibInitialize(void)
return false;
}
#endif
+
return true;
}