Changeset 18897 for trunk/FACT++/src


Ignore:
Timestamp:
08/17/17 12:38:36 (7 years ago)
Author:
dneise
Message:
commit modifications done 19.08.2016 and still not checked in. Why this has been omitted is entirely unclear to me
File:
1 edited

Legend:

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

    r18529 r18897  
    15311531                // can be so fast that the single trigger still
    15321532                // comes to early, and a short watiting is necessary :(
     1533                usleep(250000);
    15331534
    15341535                // Now we can sent the trigger
     
    15821583                    if (!it->second->IsTxQueueEmpty())
    15831584                        return FAD::State::kConfiguring3;
     1585
     1586                usleep(250000);
    15841587
    15851588                return FAD::State::kConfigured;
Note: See TracChangeset for help on using the changeset viewer.