From: hadaq Date: Sun, 5 Jun 2011 17:13:35 +0000 (+0000) Subject: new pexor handling X-Git-Tag: v6.0~143 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2da573fef4ac982e4307e9329c2f7cf2ab46e38c;p=trbnettools.git new pexor handling --- diff --git a/trbrich/pulser.c b/trbrich/pulser.c index b54fa1f..61d2e22 100644 --- a/trbrich/pulser.c +++ b/trbrich/pulser.c @@ -11,7 +11,7 @@ #include #include -static const char pulser_version[] = "$Revision: 1.9 $"; +static const char pulser_version[] = "$Revision: 1.10 $"; /* 6MByte for 6 Sectors should be enough */ #define BUFFER_SIZE (6 * 1024 * 1024 / 4) @@ -69,7 +69,11 @@ int main(int argc, char ** argv) int writeToStdout = 0; unsigned int trgCtr = 0; int i; - + +#ifdef PEXOR + pexor_dma = 0; +#endif + trb_debug = 0; /* Parse Arguments */