Changeset 12456 for trunk/FACT++
- Timestamp:
- 11/08/11 23:53:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r12440 r12456 312 312 { 313 313 // FIMXE: Reset in case of error 314 if (( fStatusFTM.second != FTM::kConfiguring2 &&314 if ((/*fStatusFTM.second != FTM::kConfiguring2 &&*/ 315 315 fStatusFTM.second != FTM::kConfigured) || 316 316 fStatusLog.second<30 || fStatusLog.second>0xff) … … 319 319 // FIMXE: This is to make sure that the rate control 320 320 // has received the correct trigger setup already... 321 usleep(1000000);321 //usleep(1000000); 322 322 323 323 Message("Starting Rate Control");
Note:
See TracChangeset
for help on using the changeset viewer.