Ignore:
Timestamp:
08/14/12 12:26:51 (12 years ago)
Author:
tbretz
Message:
Send the correct state in case of an error.
File:
1 edited

Legend:

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

    r14349 r14368  
    346346            // Status 4: Tracking
    347347            if (status1==0)
    348                 status1 = 0x100;
     348                status1 = 0x100-Drive::State::kNotReady;
    349349
    350350            const bool ready = (pdo3&0xef00ef)==0xef00ef;
Note: See TracChangeset for help on using the changeset viewer.