From 91941765b6c4797c202ff0962e6ea77dba680c4a Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 7 Sep 2009 20:03:19 +0000 Subject: [PATCH] now new FPGA access --- libtrbnet/trbnet.c | 4 +++- libtrbnet/trbnet.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.0