#endif
-const char trbnet_version[] = "$Revision: 4.6 $";
+const char trbnet_version[] = "$Revision: 4.7 $";
#include <stdlib.h>
#include <signal.h>
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);