-static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwtrig.c,v 6.19 2001-08-31 11:21:25 hades Exp $";
+static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwtrig.c,v 6.20 2001-11-18 09:35:40 hadaq Exp $";
#define _POSIX_C_SOURCE 199309L
#include <unistd.h>
/* wait for some time for not disturbing the DSP */
struct timespec tS, *t = &tS;
t->tv_sec = 0;
- t->tv_nsec = 20000000;
+ t->tv_nsec = 50000000;
nanosleep(t, NULL);
}
}
/* wait for some time for not disturbing the DSP */
struct timespec tS, *t = &tS;
t->tv_sec = 0;
- t->tv_nsec = 20000000UL;
+ t->tv_nsec = 50000000UL;
nanosleep(t, NULL);
my->old_evtCount=LVme_getL(my->lvme0, MU_EVT_COUNT);
}