]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
reset update
authorhadaq <hadaq>
Fri, 23 Jul 2010 15:22:26 +0000 (15:22 +0000)
committerhadaq <hadaq>
Fri, 23 Jul 2010 15:22:26 +0000 (15:22 +0000)
libtrbnet/trbnet.c

index f53fd35db7a407288731bb03829713cac0503878..4f339d4ae70fc711547ca8145b99a0ce1a07b314 100644 (file)
@@ -1,4 +1,4 @@
-const char trbnet_version[] = "$Revision: 2.69 $";
+const char trbnet_version[] = "$Revision: 2.70 $";
 
 #include <stdlib.h>
 #include <signal.h>
@@ -1687,9 +1687,9 @@ int network_reset()
   }
 
   write32_to_FPGA(0x10, 0x0000);  
-  sleep(1);
+  usleep(1000);
   write32_to_FPGA(0x10, 0x8000);  
-  sleep(6);
+  sleep(7);
   
   if (unlockPorts(0) == -1) return -1;