From 6308bfe691ebb4506a88dce4dfe9533bab68f62b Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 22 Dec 2010 02:02:14 +0000 Subject: First debug changes for USB host git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3215 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nsh/nsh.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/examples') diff --git a/nuttx/examples/nsh/nsh.h b/nuttx/examples/nsh/nsh.h index 8bdc0b9dd..c1c1a9ed8 100644 --- a/nuttx/examples/nsh/nsh.h +++ b/nuttx/examples/nsh/nsh.h @@ -63,6 +63,12 @@ # endif #endif +/* Telnetd requires networking support */ + +#ifndef CONFIG_NET +# undef CONFIG_EXAMPLES_NSH_TELNET +#endif + /* One front end must be defined */ #if !defined(CONFIG_EXAMPLES_NSH_CONSOLE) && !defined(CONFIG_EXAMPLES_NSH_TELNET) -- cgit v1.2.3