summaryrefslogtreecommitdiff
path: root/nuttx/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-15 21:44:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-15 21:44:58 +0000
commit6e9b0ae4b4228aedf80cea605b8a8926fddf10be (patch)
treecd338a34ae5098513018a7562b30b22bd4e6c172 /nuttx/examples
parent7071bb4cdb67b8ec70afa863a0d4e242ab5d3393 (diff)
downloadpx4-nuttx-6e9b0ae4b4228aedf80cea605b8a8926fddf10be.tar.gz
px4-nuttx-6e9b0ae4b4228aedf80cea605b8a8926fddf10be.tar.bz2
px4-nuttx-6e9b0ae4b4228aedf80cea605b8a8926fddf10be.zip
Turn off NSH debug option that was causing a crash
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1614 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples')
-rw-r--r--nuttx/examples/nsh/nsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nsh/nsh.h b/nuttx/examples/nsh/nsh.h
index fe90777dc..0ef0baaec 100644
--- a/nuttx/examples/nsh/nsh.h
+++ b/nuttx/examples/nsh/nsh.h
@@ -153,7 +153,7 @@
/* Define to enable dumping of all input/output buffers */
-#define CONFIG_EXAMPLES_NSH_TELNETD_DUMPBUFFER 1
+#undef CONFIG_EXAMPLES_NSH_TELNETD_DUMPBUFFER
#undef CONFIG_EXAMPLES_NSH_FULLPATH
/* Make sure that the home directory is defined */