From: hadaq Date: Fri, 29 Oct 2010 20:21:09 +0000 (+0000) Subject: com_reset usleep now 100 X-Git-Tag: v6.0~187 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b891668fdbd26692c37a62ad94f688d5830c8523;p=trbnettools.git com_reset usleep now 100 --- diff --git a/libtrbnet/trbnet.c b/libtrbnet/trbnet.c index efac30a..4751726 100644 --- a/libtrbnet/trbnet.c +++ b/libtrbnet/trbnet.c @@ -1,4 +1,4 @@ -const char trbnet_version[] = "$Revision: 2.87 $"; +const char trbnet_version[] = "$Revision: 2.88 $"; #include #include @@ -1936,7 +1936,7 @@ int com_reset() setbitsPC(0x30000); clrbitsPC(0x30000); - usleep(1000); + usleep(100); // Reset FifoToggleBit fifoToggleBit = 0;