Changeset 10978 for trunk/FACT++


Ignore:
Timestamp:
06/10/11 10:55:50 (13 years ago)
Author:
tbretz
Message:
Currently CmdWriteRate doesn't need an execute command.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fadctrl.cc

    r10975 r10978  
    378378
    379379        PostCmd(FAD::kCmdWriteRate, val);//uint8_t(1000./val/12.5));
    380         PostCmd(FAD::kCmdWriteExecute);
    381         //PostCmd(kCmdContTriggerRate, uint8_t(80/val));
     380        //PostCmd(FAD::kCmdWriteExecute);
    382381
    383382        return true;
Note: See TracChangeset for help on using the changeset viewer.