From dcba50c22094272f5cc5ec2b30275549d86cfa93 Mon Sep 17 00:00:00 2001 From: hades Date: Wed, 17 May 2000 07:36:48 +0000 Subject: [PATCH] *** empty log message *** --- hadaq/ctrlctu.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hadaq/ctrlctu.c b/hadaq/ctrlctu.c index a780b99..53053ea 100644 --- a/hadaq/ctrlctu.c +++ b/hadaq/ctrlctu.c @@ -71,15 +71,14 @@ int main(int argc, char *argv[]) Worker_initEnd(worker); sleep(1); - system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu reset"); - system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu rate 1"); - system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu start"); + system("dtuctrl -t ctu reset"); + system("dtuctrl -t ctu start"); (*ctuEnabled) = 1; if (0 == setjmp(terminateJmp)) { pause(); } sleep(3); - system("/home/hades/tt00/slow/dtu/dtuctrl -t ctu stop"); + system("dtuctrl -t ctu stop"); (*ctuEnabled) = 0; Worker_fini(worker); -- 2.43.0