Changeset 12456 for trunk/FACT++


Ignore:
Timestamp:
11/08/11 23:53:53 (13 years ago)
Author:
tbretz
Message:
Do only go from configuring to configured if FTM is configured.
File:
1 edited

Legend:

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

    r12440 r12456  
    312312            {
    313313                // FIMXE: Reset in case of error
    314                 if ((fStatusFTM.second != FTM::kConfiguring2 &&
     314                if ((/*fStatusFTM.second != FTM::kConfiguring2 &&*/
    315315                     fStatusFTM.second != FTM::kConfigured) ||
    316316                    fStatusLog.second<30 || fStatusLog.second>0xff)
     
    319319                // FIMXE: This is to make sure that the rate control
    320320                // has received the correct trigger setup already...
    321                 usleep(1000000);
     321                //usleep(1000000);
    322322
    323323                Message("Starting Rate Control");
Note: See TracChangeset for help on using the changeset viewer.