Ignore:
Timestamp:
11/07/11 03:01:14 (13 years ago)
Author:
tbretz
Message:
Fixed a wrong number in the RATE_CONTROL states.
File:
1 edited

Legend:

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

    r12434 r12440  
    333333                if (fStatusFTM.second != FTM::kConfigured ||
    334334                    fStatusFAD.second != FAD::kConfigured ||
    335                     fStatusRC.second  < 7)
     335                    fStatusRC.second  < 6)
    336336                    return GetCurrentState();
    337337
Note: See TracChangeset for help on using the changeset viewer.