]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
bugfix
authorhadeshyp <hadeshyp>
Mon, 22 Aug 2011 18:21:02 +0000 (18:21 +0000)
committerhadeshyp <hadeshyp>
Mon, 22 Aug 2011 18:21:02 +0000 (18:21 +0000)
libtrbnet/trbnet.c

index 92b6ccadef0813926bb34dd7eae9045f0a7694f1..b7821fb15a701c26cc47b12324b6cc1f7192d6d8 100644 (file)
@@ -15,7 +15,7 @@
 #endif
 
 
-const char trbnet_version[] = "$Revision: 4.6 $";
+const char trbnet_version[] = "$Revision: 4.7 $";
 
 #include <stdlib.h>
 #include <signal.h>
@@ -1125,11 +1125,9 @@ static int trb_fifo_read(uint8_t channel,
     tmp++;
 #else
     timeout = 0;
-    fprintf(stderr, "call\n");
     do {
       read32_from_FPGA(fifoBuffer, tmp);
     } while (((*tmp & MASK_FIFO_VALID) == 0) && (++timeout < MAX_TIMEOUT));
-    fprintf(stderr, "last val: %x timeout %d\n", *tmp, timeout);
     
     if (timeout >= MAX_TIMEOUT) {
       fifo_flush(channel);