From 5b6529f173e35f3c15438869ea33dbf80d3be036 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 6 Aug 2014 09:19:26 -0600 Subject: NSH Networking: Software assigned MAC address is now configurable. From Lazlo --- NxWidgets/nxwm/src/cnxconsole.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'NxWidgets') 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; } -- cgit v1.2.3