From ab402130b1eb18ab3e8724863796797aba019e77 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 25 Feb 2015 13:35:41 -0800 Subject: [PATCH] FRONTPANEL: Avoid issues restarting test application soon after prior runs of test application --- frontpanel/FrontPanelTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontpanel/FrontPanelTest.c b/frontpanel/FrontPanelTest.c index 9a65f28b..e2d9e12b 100644 --- a/frontpanel/FrontPanelTest.c +++ b/frontpanel/FrontPanelTest.c @@ -143,7 +143,7 @@ if ((f = fopen (sim_config, "w"))) { fprintf (f, "set cpu autoboot\n"); fprintf (f, "set cpu 64\n"); fprintf (f, "set console telnet=buffered\n"); - fprintf (f, "set console telnet=1927\n"); + fprintf (f, "set console -u telnet=1927\n"); /* Start a terminal emulator for the console port */ #if defined(_WIN32) fprintf (f, "set env PATH=%%PATH%%;%%ProgramFiles%%\\PuTTY;%%ProgramFiles(x86)%%\\PuTTY\n");