From 7e3c126ee61b7f773654c16dde0efd0b90dfb012 Mon Sep 17 00:00:00 2001 From: hadaq Date: Sun, 18 Nov 2001 09:35:40 +0000 Subject: [PATCH] *** empty log message *** --- hadaq/hwtrig.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadaq/hwtrig.c b/hadaq/hwtrig.c index af02ee2..91f3ac7 100644 --- a/hadaq/hwtrig.c +++ b/hadaq/hwtrig.c @@ -1,4 +1,4 @@ -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 @@ -137,7 +137,7 @@ void Hardware_waitForTrigger(Hardware *my, void *partEvt) /* 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); } } @@ -163,7 +163,7 @@ void Hardware_waitForTrigger(Hardware *my, void *partEvt) /* 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); } -- 2.43.0