From: hadaq Date: Mon, 7 Sep 2009 20:03:19 +0000 (+0000) Subject: now new FPGA access X-Git-Tag: v6.0~353 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=91941765b6c4797c202ff0962e6ea77dba680c4a;p=trbnettools.git now new FPGA access --- diff --git a/libtrbnet/trbnet.c b/libtrbnet/trbnet.c index 6468d3a..0ed4309 100644 --- a/libtrbnet/trbnet.c +++ b/libtrbnet/trbnet.c @@ -1,4 +1,4 @@ -const char trbnet_version[] = "$Revision: 2.31 $"; +const char trbnet_version[] = "$Revision: 2.40 $"; #include #include @@ -905,6 +905,8 @@ int init_ports() } } + com_reset(); + return 0; } diff --git a/libtrbnet/trbnet.h b/libtrbnet/trbnet.h index 18884f0..82a2b57 100644 --- a/libtrbnet/trbnet.h +++ b/libtrbnet/trbnet.h @@ -224,4 +224,5 @@ int trb_fifo_flush(uint8_t channel); uint16_t number); */ + #endif