From 145fe7dcbf05dbafc766fbe6974816f247e465ba Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Mon, 8 Oct 2012 13:58:28 +0000 Subject: [PATCH] Timestamp in RO --- cts/CtsPlugins/CtsModStatic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/CtsPlugins/CtsModStatic.pm b/cts/CtsPlugins/CtsModStatic.pm index 45609b4..d63aa56 100755 --- a/cts/CtsPlugins/CtsModStatic.pm +++ b/cts/CtsPlugins/CtsModStatic.pm @@ -123,7 +123,7 @@ sub init { 'channel_cnt' => {'lower' => 1, 'len' => 1, 'type' => 'bool'}, 'idle_dead_cnt' => {'lower' => 2, 'len' => 1, 'type' => 'bool'}, 'trg_cnt' => {'lower' => 3, 'len' => 1, 'type' => 'bool'}, - 'wasa' => {'lower' => 4, 'len' => 1, 'type' => 'bool'}, + 'timestamp' => {'lower' => 4, 'len' => 1, 'type' => 'bool'} }, { 'accessmode' => "rw", 'label' => "Readout configuration", -- 2.43.0