From d2dfd9fdd6cb1c57375468919c1b37e91b3a8f3e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 31 Jan 2012 15:41:07 +0000 Subject: Various fixes for the telnet driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4351 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/telnetd/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/telnetd') 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) { -- cgit v1.2.3