summaryrefslogtreecommitdiff
path: root/apps/examples/telnetd/shell.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-30 20:13:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-30 20:13:50 +0000
commit79c7065433ae27932ad8b781d38b8f7832b01581 (patch)
treef770414832eeecb35adb70404b31d147afad7235 /apps/examples/telnetd/shell.h
parentf9d19788072090be80b71ab0d0de14507a6e739b (diff)
downloadnuttx-79c7065433ae27932ad8b781d38b8f7832b01581.tar.gz
nuttx-79c7065433ae27932ad8b781d38b8f7832b01581.tar.bz2
nuttx-79c7065433ae27932ad8b781d38b8f7832b01581.zip
Add configurable application entry point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5070 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/telnetd/shell.h')
-rw-r--r--apps/examples/telnetd/shell.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/examples/telnetd/shell.h b/apps/examples/telnetd/shell.h
index 23b30fda7..a5cec32b3 100644
--- a/apps/examples/telnetd/shell.h
+++ b/apps/examples/telnetd/shell.h
@@ -81,16 +81,6 @@
# define CONFIG_EXAMPLE_TELNETD_NETMASK 0xffffff00
#endif
-/* Is this being built as an NSH built-in application? */
-
-#ifdef CONFIG_NSH_BUILTIN_APPS
-# define MAIN_NAME shell_main
-# define MAIN_STRING "shell_main: "
-#else
-# define MAIN_NAME user_start
-# define MAIN_STRING "user_start: "
-#endif
-
/* Other definitions ********************************************************/
#define SHELL_PROMPT "uIP 1.0> "