summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-31 15:41:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-31 15:41:07 +0000
commitd2dfd9fdd6cb1c57375468919c1b37e91b3a8f3e (patch)
treeffc0d9f4c58f5424a1debcd729933ce76f6c93f3 /apps/examples
parent683c7dbd29a864ee20c792918fd32eedf9b53f69 (diff)
downloadnuttx-d2dfd9fdd6cb1c57375468919c1b37e91b3a8f3e.tar.gz
nuttx-d2dfd9fdd6cb1c57375468919c1b37e91b3a8f3e.tar.bz2
nuttx-d2dfd9fdd6cb1c57375468919c1b37e91b3a8f3e.zip
Various fixes for the telnet driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4351 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/telnetd/shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/telnetd/shell.c b/apps/examples/telnetd/shell.c
index 356c33738..9e2a2e30e 100644
--- a/apps/examples/telnetd/shell.c
+++ b/apps/examples/telnetd/shell.c
@@ -163,6 +163,7 @@ int shell_session(int argc, char *argv[])
for(;;)
{
printf(SHELL_PROMPT);
+ fflush(stdout);
if (fgets(line, 128, stdin) == NULL)
{