From 2da573fef4ac982e4307e9329c2f7cf2ab46e38c Mon Sep 17 00:00:00 2001 From: hadaq Date: Sun, 5 Jun 2011 17:13:35 +0000 Subject: [PATCH] new pexor handling --- trbrich/pulser.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 */ -- 2.43.0