]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
fix register name
authorJan Michel <j.michel@gsi.de>
Fri, 24 Sep 2021 10:42:27 +0000 (12:42 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 24 Sep 2021 10:42:27 +0000 (12:42 +0200)
web/CtsPlugins/CtsMod64.pm

index fca6aec8bacfd5723a589f358048c22b34b0f010..c69bfd158d3bfabc712c9c270ec6c8a5c662411d 100644 (file)
@@ -27,14 +27,14 @@ sub init {
          'value' => {'lower' =>  0, 'len' => 32, 'type' => 'hex'},
       }, {
          'accessmode' => "ro",
-         'label' => "Mimosa26 Status Register",
+         'label' => "R3B Status Register",
          'monitor' => '1'
       });
 
    $regs->{'r3b_ts_recv_control'} = new TrbRegister($address + 2, $trb, {},
       {
          'accessmode' => "rw",
-         'label' => "Mimosa26 Control Register",
+         'label' => "R3B Control Register",
          'monitor' => '1',
          'export' => 1
       });