From 1684a107bd15a2f766894b6a3bb2ef7783b41304 Mon Sep 17 00:00:00 2001 From: hadaq Date: Sun, 1 Nov 2009 18:08:18 +0000 Subject: [PATCH] removed com_reset() from function init_ports, this is a bug --- libtrbnet/trbnet.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libtrbnet/trbnet.c b/libtrbnet/trbnet.c index a65a1af..a1f10d1 100644 --- a/libtrbnet/trbnet.c +++ b/libtrbnet/trbnet.c @@ -1,4 +1,4 @@ -const char trbnet_version[] = "$Revision: 2.48 $"; +const char trbnet_version[] = "$Revision: 2.49 $"; #include #include @@ -972,9 +972,6 @@ int init_ports() } } - /* Do we really need this, Jan?? */ - com_reset(); - return 0; } -- 2.43.0