]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
new pexor handling
authorhadaq <hadaq>
Sun, 5 Jun 2011 17:13:35 +0000 (17:13 +0000)
committerhadaq <hadaq>
Sun, 5 Jun 2011 17:13:35 +0000 (17:13 +0000)
trbrich/pulser.c

index b54fa1f50bcfaaf4c9c7b100597d43d01608f2d4..61d2e2236259b2ed9703782d233a842c02d9dde5 100644 (file)
@@ -11,7 +11,7 @@
 #include <trbnet.h>
 #include <trberror.h>
 
-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 */