Changeset 12989 for trunk


Ignore:
Timestamp:
03/02/12 19:00:36 (13 years ago)
Author:
tbretz
Message:
Replaces status==0 but 0x100-3 (ERROR) instead of 99, leading to a state 102
File:
1 edited

Legend:

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

    r12954 r12989  
    404404            // Status 4: Tracking
    405405            if (status1==0)
    406                 status1 = 99;
     406                status1 = 0x100-3;
    407407
    408408            const bool ready = (pdo3&0xef00ef)==0xef00ef;
Note: See TracChangeset for help on using the changeset viewer.