Changeset 12314
- Timestamp:
- 10/28/11 19:57:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r12247 r12314 301 301 if (GetCurrentState()==kStateConfiguring2) 302 302 { 303 // FIMXE: Reset in case of error 303 304 if ((fStatusFTM.second != FTM::kConfiguring2 && 304 305 fStatusFTM.second != FTM::kConfigured) || 305 fStatusLog.second < 30/*kSM_WaitForRun*/)306 fStatusLog.second<30 || fStatusLog.second>0xff) 306 307 return GetCurrentState(); 307 308
Note:
See TracChangeset
for help on using the changeset viewer.