Skip to content

Commit 171f4e3

Browse files
committed
Fix calibration issue with roc-config
1 parent 2feb891 commit 171f4e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Cru/CruBar.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -494,11 +494,6 @@ void CruBar::configure()
494494
populateLinkMap(mLinkMap);
495495
}
496496

497-
/* GBT */
498-
log("Calibrating GBT");
499-
Gbt gbt = Gbt(mPdaBar, mLinkMap, mWrapperCount);
500-
gbt.calibrateGbt();
501-
502497
/* TTC */
503498
Ttc ttc = Ttc(mPdaBar);
504499

@@ -518,6 +513,11 @@ void CruBar::configure()
518513
log("Setting downstream data");
519514
ttc.selectDownstreamData(mDownstreamData);
520515

516+
/* GBT */
517+
log("Calibrating GBT");
518+
Gbt gbt = Gbt(mPdaBar, mLinkMap, mWrapperCount);
519+
gbt.calibrateGbt();
520+
521521
/* BSP */
522522
setCruId(mCruId);
523523

0 commit comments

Comments
 (0)