Ignore:
Timestamp:
05/11/09 21:49:57 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/main/MTracking.cc

    r9439 r9443  
    363363        //
    364364        usleep(1000000); // 1s
     365
     366        //
     367        // If we would do it in the beginnign of the loop it can happen
     368        // that we check before we got the feedback through the pdo
     369        //
     370        if (!fCosy->fMac1->IsRpmActive() || !fCosy->fMac2->IsRpmActive())
     371            break;
    365372    }
    366373
Note: See TracChangeset for help on using the changeset viewer.