Merged in marten_svanfeldt/nuttx-apps-public/for_upstream/nsh_netinit (pull request #43)

Make NSH net-initialization be a configuration option
This commit is contained in:
Gregory Nutt
2016-06-09 09:25:27 -06:00
3 changed files with 13 additions and 3 deletions

View File

@@ -78,7 +78,7 @@
#include "nsh.h"
#ifdef CONFIG_NET
#ifdef CONFIG_NSH_NETINIT
/****************************************************************************
* Pre-processor Definitions
@@ -690,4 +690,4 @@ int nsh_netinit(void)
#endif
}
#endif /* CONFIG_NET */
#endif /* CONFIG_NSH_NETINIT */